Added whoami https
This commit is contained in:
parent
e478db68dd
commit
6ca52a8c3c
|
|
@ -79,6 +79,8 @@ services:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.whoami.rule=Host(`whoami.${DOMAIN}`)"
|
- "traefik.http.routers.whoami.rule=Host(`whoami.${DOMAIN}`)"
|
||||||
- "traefik.http.routers.whoami.entrypoints=web"
|
- "traefik.http.routers.whoami.entrypoints=web"
|
||||||
|
- "traefik.http.routers.whoami.entrypoints=web-secure"
|
||||||
|
- "traefik.http.routers.whoami.tls.certresolver=sample"
|
||||||
|
|
||||||
mqtt:
|
mqtt:
|
||||||
image: eclipse-mosquitto:1.6.7
|
image: eclipse-mosquitto:1.6.7
|
||||||
|
|
@ -161,7 +163,9 @@ services:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- ./traefik.yml:/etc/traefik/traefik.yml
|
- ./traefik.yml:/etc/traefik/traefik.yml
|
||||||
- ./static_config.yml:/etc/traefik/static_config.yml
|
- ./static_config.yml:/etc/traefik/static_config.yml
|
||||||
- "./acme.json:/acme.json"
|
- ./acme.json:/acme.json
|
||||||
|
- "./letsencrypt:/letsencrypt"
|
||||||
|
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.http.routers.traefik.rule=Host(`tr.${DOMAIN}`)"
|
- "traefik.http.routers.traefik.rule=Host(`tr.${DOMAIN}`)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue