Fixing docker-compose startup

With the addition of ./template.sh in #623, we now need to call the templater on each container startup, even in development environments.
This commit is contained in:
David Négrier 2021-01-21 09:02:47 +01:00
parent 84f85effe5
commit ae48284460
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ services:
API_URL: pusher.workadventure.localhost
UPLOADER_URL: uploader.workadventure.localhost
ADMIN_URL: workadventure.localhost
STARTUP_COMMAND_1: yarn install
STARTUP_COMMAND_1: ./templater.sh
STARTUP_COMMAND_2: yarn install
TURN_SERVER: "turn:coturn.workadventu.re:443,turns:coturn.workadventu.re:443"
TURN_USER: workadventure
TURN_PASSWORD: WorkAdventure123