TECHNICAL_DOMAIN

This commit is contained in:
2025-12-07 12:21:51 +01:00
parent f03e7ef85f
commit ac6a4fd6d3
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ services:
- ./:/app
labels:
- "traefik.enable=true"
- "traefik.http.routers.webapp.rule=Host(`${WEBAPP_DOMAIN}`)"
- "traefik.http.routers.webapp.rule=Host(`${WEBAPP_DOMAIN}`) || Host(`${WEBAPP_TECHNICAL_DOMAIN}`)"
- "traefik.http.routers.webapp.entrypoints=web"
- "traefik.http.services.webapp.loadbalancer.server.port=80"
- "traefik.docker.network=proxy"