[add swarmpit]
This commit is contained in:
12
swarm.yml
12
swarm.yml
@@ -308,7 +308,7 @@
|
|||||||
networks:
|
networks:
|
||||||
- public
|
- public
|
||||||
|
|
||||||
monitor:
|
swarmpit:
|
||||||
image: swarmpit/swarmpit:latest
|
image: swarmpit/swarmpit:latest
|
||||||
environment:
|
environment:
|
||||||
- SWARMPIT_DB=http://db:5984
|
- SWARMPIT_DB=http://db:5984
|
||||||
@@ -332,14 +332,14 @@
|
|||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.docker.network=public
|
- traefik.docker.network=public
|
||||||
- traefik.constraint-label=public
|
# - traefik.constraint-label=public
|
||||||
- traefik.http.routers.swarmpit-http.rule=Host(`swarm01.jingoh.private`)
|
# - traefik.http.routers.swarmpit-http.rule=Host(`swarm01.jingoh.private`)
|
||||||
- traefik.http.routers.swarmpit-http.entrypoints=http
|
# - traefik.http.routers.swarmpit-http.entrypoints=http
|
||||||
- traefik.http.routers.swarmpit-http.middlewares=https-redirect
|
# - traefik.http.routers.swarmpit-http.middlewares=https-redirect
|
||||||
- traefik.http.routers.swarmpit-https.rule=Host(`swarw01.jingoh.private`)
|
- traefik.http.routers.swarmpit-https.rule=Host(`swarw01.jingoh.private`)
|
||||||
- traefik.http.routers.swarmpit-https.entrypoints=https
|
- traefik.http.routers.swarmpit-https.entrypoints=https
|
||||||
- traefik.http.routers.swarmpit-https.tls=true
|
- 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"
|
- "traefik.http.routers.swarmpit-https.middlewares=privatevpn"
|
||||||
|
|
||||||
db:
|
db:
|
||||||
|
|||||||
Reference in New Issue
Block a user