[add swarmpit]

This commit is contained in:
2024-07-28 14:45:53 +02:00
parent be7d6f4df5
commit 890e7dbd9b

View File

@@ -241,7 +241,6 @@
deploy:
labels:
- "traefik.enable=true"
- "traefik.docker.network=public"
- "traefik.http.routers.whoami-https.rule=Host(`whoamitest.jingoh.private`)"
- "traefik.http.routers.whoami-https.entrypoints=websecure"
- "traefik.http.routers.whoami-https.service=whoami"
@@ -273,7 +272,6 @@
- node.role == manager
labels:
- "traefik.enable=true"
- "traefik.docker.network=public"
- "traefik.http.routers.swarmpit-https.rule=Host(`swarmpit.jingoh.private`)"
- "traefik.http.routers.swarmpit-https.entrypoints=websecure"
- "traefik.http.routers.swarmpit-https.service=swarmpit"