Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Robin Thoni e61c6e75ab
enabled websocket; fixed data volume
il y a 3 ans
.env init il y a 3 ans
.gitignore init il y a 3 ans
README.md init il y a 3 ans
docker-compose.yml enabled websocket; fixed data volume il y a 3 ans

README.md

Installation

.env

Generate random passwords for POSTGRES_PASSWORD and BW_ADMIN_TOKEN (avoid characters like &, #, =, " that could hav undesired effect on shell)

Change ALL_RESTART_POLICY to unless-stopped to enable auto restart at reboot.

Run

docker-compose up -d

NB: you MUST run from the root folder for .env to be loaded