mirror of
https://github.com/getlago/lago.git
synced 2025-01-03 13:30:02 +07:00
docs: add documentation for Traefik SSL
This commit is contained in:
parent
1ab159e4eb
commit
d65e2204ff
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user