[add swarmpit]
This commit is contained in:
12
swarm.yml
12
swarm.yml
@@ -235,7 +235,6 @@
|
|||||||
- "traefik.http.routers.http-catchall.middlewares=redirect-to-https"
|
- "traefik.http.routers.http-catchall.middlewares=redirect-to-https"
|
||||||
- "traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https"
|
- "traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https"
|
||||||
- "traefik.http.middlewares.privatevpn.ipwhitelist.sourcerange=100.96.0.0/16"
|
- "traefik.http.middlewares.privatevpn.ipwhitelist.sourcerange=100.96.0.0/16"
|
||||||
- "io.portainer.accesscontrol.public"
|
|
||||||
- "traefik.http.routers.dashboard.middlewares=privatevpn"
|
- "traefik.http.routers.dashboard.middlewares=privatevpn"
|
||||||
# agent:
|
# agent:
|
||||||
# image: portainer/agent:latest
|
# image: portainer/agent:latest
|
||||||
@@ -297,7 +296,6 @@
|
|||||||
image: "traefik/whoami"
|
image: "traefik/whoami"
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
- "io.portainer.accesscontrol.public"
|
|
||||||
- "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.rule=Host(`whoamitest.jingoh.private`)"
|
||||||
@@ -336,11 +334,11 @@
|
|||||||
# - 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.rule=Host(`swarw01.jingoh.private`)
|
||||||
- traefik.http.routers.swarmpit-https.entrypoints=https
|
- traefik.http.routers.swarmpit.entrypoints=websecure
|
||||||
- traefik.http.routers.swarmpit-https.tls=true
|
- traefik.http.routers.swarmpit.tls=true
|
||||||
- traefik.http.services.swarmpit-https.loadbalancer.server.port=8080
|
- traefik.http.services.swarmpit.loadbalancer.server.port=8080
|
||||||
- "traefik.http.routers.swarmpit-https.middlewares=privatevpn"
|
- "traefik.http.routers.swarmpit.middlewares=privatevpn"
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: couchdb:2.3.1
|
image: couchdb:2.3.1
|
||||||
|
|||||||
Reference in New Issue
Block a user