deployment: OpenVidu CE - Force relay to go over docker bridge network

pull/715/head
cruizba 2022-04-20 20:29:57 +02:00
parent 4f04f3b33c
commit d0aedc70cf
1 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,9 @@ services:
coturn: coturn:
image: openvidu/openvidu-coturn:7.0.0-dev1 image: openvidu/openvidu-coturn:7.0.0-dev1
restart: on-failure restart: on-failure
network_mode: host ports:
- "${COTURN_PORT:-3478}:${COTURN_PORT:-3478}/tcp"
- "${COTURN_PORT:-3478}:${COTURN_PORT:-3478}/udp"
env_file: env_file:
- .env - .env
volumes: volumes: