fix: make url dynamic based on host configuration (#386)

This commit is contained in:
afigueroaDkfz
2026-05-26 16:16:06 +02:00
committed by GitHub
parent 112be2a2d6
commit 4211528f56
+1
View File
@@ -7,6 +7,7 @@ services:
HOST: "0.0.0.0"
BIND_ADDR: "0.0.0.0:3000"
PUBLIC_ENVIRONMENT: ${PUBLIC_ENVIRONMENT}
PUBLIC_SPOT_URL: https://${HOST}/prod
labels:
- "traefik.enable=true"
- "traefik.http.routers.itcc.rule=Host(`${HOST}`) && PathPrefix(`/`)"