Switch turn server

This commit is contained in:
Isaac Shoebottom 2024-06-14 17:43:53 -03:00
parent e175e7d48c
commit ab2dee6b9e
2 changed files with 8 additions and 3 deletions

3
conduit/.env.example Normal file
View File

@ -0,0 +1,3 @@
# https://github.com/processone/eturnal/blob/master/examples/docker-compose/eturnal.env
# https://eturnal.net/doc/#Environment_Variables
ETURNAL_SECRET=<secret>

View File

@ -12,10 +12,12 @@ services:
environment:
CONDUIT_CONFIG: /etc/conduit/conduit.toml
turn:
container_name: coturn-server
image: docker.io/coturn/coturn:latest
container_name: eturnal
image: ghcr.io/processone/eturnal:latest
ports:
- 3478:3478
- 3478:3478/udp
env_file:
- ../stack.env
restart: unless-stopped
volumes:
- /docker/appdata/conduit/coturn.conf:/etc/coturn/turnserver.conf