docs: add documentation for Traefik SSL

This commit is contained in:
Jean-Baptiste DONNETTE 2024-11-04 20:26:01 +01:00
parent 1ab159e4eb
commit d65e2204ff

View File

@ -75,6 +75,9 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.traefik-dashboard.rule=Host(`traefik.${LAGO_DOMAIN:-localhost}`)"
# SSL
# - "traefik.http.routers.api.tls.certresolver=lagoresolver"
# - "traefik.http.routers.api.entrypoints=websecure"
- "traefik.http.routers.traefik-dashboard.entrypoints=web"
- "traefik.http.routers.traefik-dashboard.service=api@internal"
- "traefik.http.services.traefik.loadbalancer.server.port=8080"