From 890e7dbd9bd285183d7c4770bc16609f8e3a4e29 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Sun, 28 Jul 2024 14:45:53 +0200 Subject: [PATCH] [add swarmpit] --- swarm.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/swarm.yml b/swarm.yml index 8d623c5..41c9788 100644 --- a/swarm.yml +++ b/swarm.yml @@ -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"