generated from coop-cloud/example
Temp deactivate coturn volumes for debug
This commit is contained in:
10
compose.yml
10
compose.yml
@ -317,11 +317,11 @@ services:
|
||||
command:
|
||||
- "--external-ip=${EXTERNAL_IPv4}/${EXTERNAL_IPv4}"
|
||||
- "--static-auth-secret=${TURN_SECRET}" # how to add docker secret here?
|
||||
volumes:
|
||||
- ${COTURN_TLS_CERT_PATH}:/tmp/cert.pem # how to use traefik for SSL here?
|
||||
- ${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
|
||||
#volumes:
|
||||
# - ${COTURN_TLS_CERT_PATH}:/tmp/cert.pem # how to use traefik for SSL here?
|
||||
# - ${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
|
||||
environment:
|
||||
ENABLE_HTTPS_PROXY:
|
||||
user: root
|
||||
|
Reference in New Issue
Block a user