[add swarmpit]

This commit is contained in:
2024-07-28 13:34:44 +02:00
parent 734f191c52
commit 7efdc2f54f

View File

@@ -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: