Switching on our very own turn server
This commit is contained in:
parent
6f6873e870
commit
ed116cf2a3
5 changed files with 21 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue