This commit is contained in:
2024-07-28 20:00:27 +02:00
parent ede78bf19d
commit e098af7290

View File

@@ -224,7 +224,7 @@
labels:
- "traefik.enable=true"
# Traefik URL (replace with yours)
- "traefik.http.routers.dashboard.rule=Host(`traefikswarm.jingoh.private`)"
- "traefik.http.routers.dashboard.rule=Host(`lb.jingoh.private`)"
- "traefik.http.routers.dashboard.service=api@internal"
- "traefik.http.routers.dashboard.entrypoints=websecure"
- "traefik.http.services.dashboard.loadbalancer.server.port=8080"
@@ -260,7 +260,7 @@
mode: global
labels:
- "traefik.enable=true"
- "traefik.http.routers.dozzle-https.rule=Host(`logswarm.jingoh.private`)"
- "traefik.http.routers.dozzle-https.rule=Host(`log.jingoh.private`)"
- "traefik.http.routers.dozzle-https.entrypoints=websecure"
- "traefik.http.routers.dozzle-https.service=dozzle"
- "traefik.http.services.dozzle.loadbalancer.server.port=8080"