762 B
762 B
Placeholder Name
A plateform (http server) to manage esport team
Installation
- Download the project
git clone https://git.chauvet.pro/bozogang
- Go in
cd bozogang
- Build docker image
docker build -t zeolak .
- Edit the docker-compose.yml
port
: change the port to what port do you want
path/to/config
: change to the location of your Placeholder Name config - Launch the docker
docker-compose up -d
- Edit the config
secret
: change to a random string
database
: setup the database acces - Relauch the docker
docker-compose up -d
Update
- Update the docker image
docker build -t zeolak --no-cache .
- Relaunch the docker
docker-compose up -d