This commit is contained in:
mr 2024-11-04 14:22:34 +01:00
parent edb6303630
commit 3349c56e6f

View File

@ -8,10 +8,8 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.peer.entrypoints=web"
- "traefik.http.routers.peer.rule=Host(`localhost`)"
- "traefik.routers.peer.rule=Path(/peer)"
- "traefik.http.routers.workflow.rule=PathPrefix(/peer)"
- "traefik.http.routers.peer.tls=false"
- "traefik.http.services.peer.loadbalancer.server.port=80"
- "traefik.http.routers.peer.middlewares=auth"
ports:
- 8093:8080