mirror of
https://github.com/samply/bridgehead.git
synced 2026-06-03 03:26:49 +02:00
fix: make url dynamic based on host configuration (#386)
This commit is contained in:
@@ -7,6 +7,7 @@ services:
|
|||||||
HOST: "0.0.0.0"
|
HOST: "0.0.0.0"
|
||||||
BIND_ADDR: "0.0.0.0:3000"
|
BIND_ADDR: "0.0.0.0:3000"
|
||||||
PUBLIC_ENVIRONMENT: ${PUBLIC_ENVIRONMENT}
|
PUBLIC_ENVIRONMENT: ${PUBLIC_ENVIRONMENT}
|
||||||
|
PUBLIC_SPOT_URL: https://${HOST}/prod
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.itcc.rule=Host(`${HOST}`) && PathPrefix(`/`)"
|
- "traefik.http.routers.itcc.rule=Host(`${HOST}`) && PathPrefix(`/`)"
|
||||||
|
|||||||
Reference in New Issue
Block a user