This commit is contained in:
mathieu 2024-05-20 17:23:41 +02:00
parent 070b5b0a6e
commit eee2089432

View File

@ -20,11 +20,10 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
labels:
- traefik.enable=true
- traefik.http.routers.traefik_https.rule=Host(`huguettes.freeboxos.fr`) && Path(`/traefik`)
- traefik.http.routers.traefik_https.entrypoints=websecure
- traefik.http.routers.traefik_https.tls=true
- traefik.http.routers.traefik_https.tls.certResolver=myresolver
- traefik.http.routers.traefik_https.service=api@internal
- traefik.http.routers.api.rule=Host(`huguettes.freeboxos.fr`) && Path(`/dashboard`) || Host(`huguettes.freeboxos.fr`) && Path(`/api`)
- traefik.http.routers.api.tls=true
- traefik.http.routers.api.tls.certResolver=myresolver
- traefik.http.routers.api.service=api@internal