config | ||
templates@ec21d2aff1 | ||
.gitignore | ||
.gitmodules | ||
config.py | ||
database.py | ||
Database.py | ||
docker-compose.yml | ||
Dockerfile | ||
home.py | ||
login.py | ||
logout.py | ||
main.py | ||
panel.py | ||
README.md | ||
register.py | ||
requirements.txt | ||
User.py |
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