Tweak TLS settings

This commit is contained in:
Luke Murphy
2020-04-25 12:29:53 +02:00
parent f20392ce01
commit 425f6963ed
2 changed files with 6 additions and 4 deletions

View File

@ -20,8 +20,9 @@ services:
deploy:
labels:
- "traefik.enable=true"
- "traefik.http.routers.api.rule=Host(`traefik.swarm.autonomic.zone`)"
- "traefik.http.routers.api.service=api@internal"
- "traefik.http.routers.traefik.rule=Host(`traefik.swarm.autonomic.zone`)"
- "traefik.http.routers.traefik.tls=true"
- "traefik.http.routers.traefik.tls.certresolver=staging"
networks:
proxy: