almost working
This commit is contained in:
@ -10,9 +10,9 @@ x-common-env: &common-env
|
||||
DJANGO_SETTINGS_MODULE: meet.settings
|
||||
# DJANGO_SUPERUSER_PASSWORD supplied via secrets
|
||||
# Logging
|
||||
LOGGING_LEVEL_HANDLERS_CONSOLE:
|
||||
LOGGING_LEVEL_LOGGERS_ROOT:
|
||||
LOGGING_LEVEL_LOGGERS_APP:
|
||||
LOGGING_LEVEL_HANDLERS_CONSOLE: ${LOGGING_LEVEL_HANDLERS_CONSOLE:-INFO}
|
||||
LOGGING_LEVEL_LOGGERS_ROOT: ${LOGGING_LEVEL_LOGGERS_ROOT:-INFO}
|
||||
LOGGING_LEVEL_LOGGERS_APP: ${LOGGING_LEVEL_LOGGERS_APP:-INFO}
|
||||
# Python
|
||||
PYTHONPATH: /app
|
||||
# Mail
|
||||
@ -189,7 +189,7 @@ services:
|
||||
- STACK_NAME
|
||||
- LIVEKIT_API_KEY
|
||||
# WebRTC ICE ports must be published directly on the host.
|
||||
# These carry raw RTP media, not HTTP — cannot be proxied through Traefik.
|
||||
# These carry raw RTP media, not HTTP — cannot be proxied through Traefik without extra traefik compose.
|
||||
# See docs/multinode.md for multi-node deployment considerations.
|
||||
ports:
|
||||
- target: 7881
|
||||
|
||||
Reference in New Issue
Block a user