You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robin Thoni 7399ee6d21
init
hace 3 años
.env init hace 3 años
.gitignore init hace 3 años
README.md init hace 3 años
docker-compose.yml init hace 3 años

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