From ae48284460efa8056032631eff8331ba7457ad9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Thu, 21 Jan 2021 09:02:47 +0100 Subject: [PATCH] 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. --- docker-compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 23fa58a4..e5333d29 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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