Added whoami https

This commit is contained in:
Simon 2019-10-28 21:22:52 +01:00
parent e478db68dd
commit 6ca52a8c3c
1 changed files with 5 additions and 1 deletions

View File

@ -79,6 +79,8 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.whoami.rule=Host(`whoami.${DOMAIN}`)"
- "traefik.http.routers.whoami.entrypoints=web"
- "traefik.http.routers.whoami.entrypoints=web-secure"
- "traefik.http.routers.whoami.tls.certresolver=sample"
mqtt:
image: eclipse-mosquitto:1.6.7
@ -161,7 +163,9 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- ./traefik.yml:/etc/traefik/traefik.yml
- ./static_config.yml:/etc/traefik/static_config.yml
- "./acme.json:/acme.json"
- ./acme.json:/acme.json
- "./letsencrypt:/letsencrypt"
labels:
- "traefik.http.routers.traefik.rule=Host(`tr.${DOMAIN}`)"