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
+1
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"