diff --git a/swarm.yml b/swarm.yml index ee502cb..78bfdea 100644 --- a/swarm.yml +++ b/swarm.yml @@ -275,6 +275,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"