almost working

This commit is contained in:
notplants
2026-02-27 14:52:44 -05:00
parent e4bb97a181
commit c61aed32ff
2 changed files with 12 additions and 13 deletions

View File

@ -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