Fix the labels

This commit is contained in:
Luke Murphy 2020-05-01 10:35:34 +02:00
parent 886fb51ed6
commit cc3066bb1d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 4 deletions

View File

@ -20,10 +20,10 @@ services:
- node.role == manager
labels:
- "traefik.enable=true"
- "traefik.http.services.traefik.loadbalancer.server.port=:4000"
- "traefik.http.routers.traefik.rule=Host(`site.swarm.autonomic.zone`)"
- "traefik.http.routers.traefik.entrypoints=web-secure"
- "traefik.http.routers.traefik.tls.certresolver=staging"
- "traefik.http.services.jekyll.loadbalancer.server.port=:4000"
- "traefik.http.routers.jekyll.rule=Host(`site.swarm.autonomic.zone`)"
- "traefik.http.routers.jekyll.entrypoints=web-secure"
- "traefik.http.routers.jekyll.tls.certresolver=staging"
networks:
proxy: