Merge pull request #1609 from thecodingmachine/fix_prod_docker_compose

Adding missing environment variable in docker-compose.prod.yml
This commit is contained in:
David Négrier 2021-11-30 15:09:52 +01:00 committed by GitHub
commit 7b52c13fae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,7 @@ services:
API_URL: back:50051
JITSI_URL: $JITSI_URL
JITSI_ISS: $JITSI_ISS
FRONT_URL: https://play.${DOMAIN}
labels:
- "traefik.http.routers.pusher.rule=Host(`pusher.${DOMAIN}`)"
- "traefik.http.routers.pusher.entryPoints=web,traefik"