[add swarmpit]

This commit is contained in:
2024-07-28 14:22:02 +02:00
parent bf14c3166d
commit bc6af7ea65

View File

@@ -242,11 +242,11 @@
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.docker.network=public" - "traefik.docker.network=public"
- "traefik.http.routers.whoami.rule=Host(`whoamitest.jingoh.private`)" - "traefik.http.routers.whoami-https.rule=Host(`whoamitest.jingoh.private`)"
- "traefik.http.routers.whoami.entrypoints=websecure" - "traefik.http.routers.whoami-https.entrypoints=websecure"
- "traefik.http.services.whoami.loadbalancer.server.port=80" - "traefik.http.services.whoami.loadbalancer.server.port=80"
- "traefik.http.routers.whoami.tls=true" - "traefik.http.routers.whoami-https.tls=true"
- "traefik.http.routers.whoami.middlewares=privatevpn" - "traefik.http.routers.whoami-https.middlewares=privatevpn"
networks: networks:
- public - public
swarmpit: swarmpit:
@@ -273,11 +273,11 @@
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.docker.network=public" - "traefik.docker.network=public"
- "traefik.http.routers.swarmpit.rule=Host(`swarmpit.jingoh.private`)" - "traefik.http.routers.swarmpit-https.rule=Host(`swarmpit.jingoh.private`)"
- "traefik.http.routers.swarmpit.entrypoints=websecure" - "traefik.http.routers.swarmpit-https.entrypoints=websecure"
- "traefik.http.services.swarmpit.loadbalancer.server.port=8080" - "traefik.http.services.swarmpit.loadbalancer.server.port=8080"
- "traefik.http.routers.swarmpit.tls=true" - "traefik.http.routers.swarmpit-https.tls=true"
- "traefik.http.routers.swarmpit.middlewares=privatevpn" - "traefik.http.routers.swarmpit-https.middlewares=privatevpn"
db: db:
image: couchdb:2.3.1 image: couchdb:2.3.1
volumes: volumes: