This commit is contained in:
PxlLoewe
2025-05-27 22:40:12 -07:00
parent a61d3d5d12
commit 13b63ecde2

View File

@@ -10,7 +10,7 @@ services:
- node.role == manager
labels:
- "traefik.enable=true"
- "traefik.http.routers.api.rule=Host(`traefik.example.com`)"
- "traefik.http.routers.api.rule=Host(`traefik.premiumag.de`)"
- "traefik.http.routers.api.service=api@internal"
- "traefik.http.routers.api.entrypoints=web"
- "traefik.http.services.api.loadbalancer.server.port=8080"