chore:docker

This commit is contained in:
mathieu 2024-05-20 17:30:43 +02:00
parent 3a8c01d2b2
commit fe87a5413c

View File

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