Switching on our very own turn server

This commit is contained in:
David Négrier 2020-08-28 13:52:25 +02:00
parent 6f6873e870
commit ed116cf2a3
5 changed files with 21 additions and 7 deletions

View file

@ -27,6 +27,9 @@ services:
NODE_ENV: development
API_URL: api.workadventure.localhost
STARTUP_COMMAND_1: yarn install
TURN_SERVER: "turn:coturn.workadventu.re:443,turns:coturn.workadventu.re:443"
TURN_USER: workadventure
TURN_PASSWORD: WorkAdventure123
command: yarn run start
volumes:
- ./front:/usr/src/app