new environment variable DEFAULT_LOCALE exposed to docker
This commit is contained in:
parent
5fb9a3e6c3
commit
5fa91b2de8
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue