new environment variable DEFAULT_LOCALE exposed to docker

This commit is contained in:
Ludwig Behm 2022-02-03 02:02:16 +01:00
parent 5fb9a3e6c3
commit 5fa91b2de8

View file

@ -33,6 +33,7 @@ services:
TURN_USER: "${TURN_USER}"
TURN_PASSWORD: "${TURN_PASSWORD}"
START_ROOM_URL: "${START_ROOM_URL}"
FALLBACK_LOCALE: "${DEFAULT_LOCALE}"
labels:
- "traefik.http.routers.front.rule=Host(`play.${DOMAIN}`)"
- "traefik.http.routers.front.entryPoints=web"