From 7efdc2f54f6f3c65f105745747def015e2f48f10 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Sun, 28 Jul 2024 13:34:44 +0200 Subject: [PATCH] [add swarmpit] --- swarm.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/swarm.yml b/swarm.yml index a6e927f..cd2024b 100644 --- a/swarm.yml +++ b/swarm.yml @@ -308,7 +308,7 @@ networks: - public - monitor: + swarmpit: image: swarmpit/swarmpit:latest environment: - SWARMPIT_DB=http://db:5984 @@ -332,14 +332,14 @@ labels: - traefik.enable=true - traefik.docker.network=public - - traefik.constraint-label=public - - traefik.http.routers.swarmpit-http.rule=Host(`swarm01.jingoh.private`) - - traefik.http.routers.swarmpit-http.entrypoints=http - - traefik.http.routers.swarmpit-http.middlewares=https-redirect + # - traefik.constraint-label=public + # - traefik.http.routers.swarmpit-http.rule=Host(`swarm01.jingoh.private`) + # - traefik.http.routers.swarmpit-http.entrypoints=http + # - traefik.http.routers.swarmpit-http.middlewares=https-redirect - traefik.http.routers.swarmpit-https.rule=Host(`swarw01.jingoh.private`) - traefik.http.routers.swarmpit-https.entrypoints=https - traefik.http.routers.swarmpit-https.tls=true - - traefik.http.services.swarmpit.loadbalancer.server.port=8080 + - traefik.http.services.swarmpit-https.loadbalancer.server.port=8080 - "traefik.http.routers.swarmpit-https.middlewares=privatevpn" db: