Switch turn server
This commit is contained in:
parent
e175e7d48c
commit
ab2dee6b9e
3
conduit/.env.example
Normal file
3
conduit/.env.example
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user