Merge pull request #632 from thecodingmachine/feat/url-room-started

Removed hard coded default map (2)
This commit is contained in:
David Négrier 2021-01-21 10:10:22 +01:00 committed by GitHub
commit de7bf08de1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 27 deletions

View file

@ -34,6 +34,7 @@ services:
TURN_SERVER: "turn:coturn.workadventu.re:443,turns:coturn.workadventu.re:443"
TURN_USER: workadventure
TURN_PASSWORD: WorkAdventure123
START_ROOM_URL: "$START_ROOM_URL"
command: yarn run start
volumes:
- ./front:/usr/src/app