0
0

Add turnserver config path for swarm mode

This commit is contained in:
2024-09-09 16:21:15 +02:00
parent 5ba3b4b686
commit 770b3bd938

View File

@ -322,6 +322,9 @@ services:
# - ${COTURN_TLS_KEY_PATH}:/tmp/key.pem # how to use traefik for SSL here?
# - ./mod/coturn/entrypoint.sh:/usr/local/bin/docker-entrypoint.sh
# - ./mod/coturn/turnserver.conf:/etc/coturn/turnserver.conf
configs:
- source: turnserver_conf
target: /etc/coturn/turnserver.conf
environment:
ENABLE_HTTPS_PROXY:
user: root
@ -392,6 +395,11 @@ volumes:
greenlight_data:
postgres_data:
configs:
turnserver_conf:
name: ${STACK_NAME}_turnserver_conf_${TURNSERVER_CONF_VERSION}
secrets:
shared_secret:
external: true