Reverting hard coded environment variable

This commit is contained in:
David Négrier 2021-05-05 12:17:06 +02:00
parent bede7abdd8
commit 4b89e08ea6
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ services:
# Advice: you should instead use Coturn REST API along the TURN_STATIC_AUTH_SECRET in the Back container
TURN_USER: ""
TURN_PASSWORD: ""
START_ROOM_URL: "/_/global/npeguin.github.io/office-map/map.json"
START_ROOM_URL: "$START_ROOM_URL"
command: yarn run start
volumes:
- ./front:/usr/src/app