2023-06-09 15:22:50 +02:00
2023-06-08 22:34:48 +02:00
2023-06-04 12:31:27 +02:00
2023-06-03 22:55:11 +02:00
2023-06-09 15:22:50 +02:00
2023-06-08 22:32:56 +02:00
2023-06-04 13:05:35 +02:00
2023-06-04 13:05:35 +02:00
2023-06-09 15:22:50 +02:00
2023-06-09 15:22:50 +02:00
2023-06-09 16:27:12 +02:00
2023-06-09 15:22:50 +02:00
2023-06-09 15:22:50 +02:00
2023-06-09 15:22:50 +02:00
2023-06-04 03:59:13 +02:00
2023-06-08 16:32:44 +02:00

Placeholder Name

A plateform (http server) to manage esport team

Installation

  1. Download the project
git clone https://git.chauvet.pro/bozogang
  1. Go in
cd bozogang
  1. Build docker image
docker build -t zeolak .
  1. 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
  2. Launch the docker
docker-compose up -d
  1. Edit the config
    secret: change to a random string
    database: setup the database acces
  2. Relauch the docker
docker-compose up -d

Update

  1. Update the docker image
docker build -t zeolak --no-cache .
  1. Relaunch the docker
docker-compose up -d
Description
No description provided
Readme 64 KiB
Languages
Python 96.6%
Dockerfile 3.4%