mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
redirect to websecure
This commit is contained in:
@@ -18,9 +18,11 @@ services:
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.glances.rule=Host(`${HOST_GLANCES}.${DOMAIN}`)
|
||||
- traefik.http.routers.glances.entrypoints=web
|
||||
- traefik.http.routers.glances.entrypoints=websecure
|
||||
- traefik.http.routers.glances.tls=true
|
||||
- traefik.http.routers.glances.tls.certresolver=letsencrypt
|
||||
- traefik.http.routers.glances.middlewares=redirect-to-https
|
||||
- traefik.http.services.glances.loadbalancer.server.port=61208
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user