diff --git a/swarm.yml b/swarm.yml index bf3f625..8d623c5 100644 --- a/swarm.yml +++ b/swarm.yml @@ -244,6 +244,7 @@ - "traefik.docker.network=public" - "traefik.http.routers.whoami-https.rule=Host(`whoamitest.jingoh.private`)" - "traefik.http.routers.whoami-https.entrypoints=websecure" + - "traefik.http.routers.whoami-https.service=whoami" - "traefik.http.services.whoami.loadbalancer.server.port=80" - "traefik.http.routers.whoami-https.tls=true" - "traefik.http.routers.whoami-https.middlewares=privatevpn" @@ -275,6 +276,7 @@ - "traefik.docker.network=public" - "traefik.http.routers.swarmpit-https.rule=Host(`swarmpit.jingoh.private`)" - "traefik.http.routers.swarmpit-https.entrypoints=websecure" + - "traefik.http.routers.swarmpit-https.service=swarmpit" - "traefik.http.services.swarmpit.loadbalancer.server.port=8080" - "traefik.http.routers.swarmpit-https.tls=true" - "traefik.http.routers.swarmpit-https.middlewares=privatevpn"