mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-20 23:24:25 +02:00
tls for all
This commit is contained in:
parent
23c50203ef
commit
7ba194d6df
@ -20,8 +20,6 @@ services:
|
||||
- traefik.http.routers.glances.rule=Host(`${HOST_GLANCES}.${DOMAIN}`)
|
||||
- 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:
|
||||
|
||||
@ -17,6 +17,7 @@ services:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.portainer.rule=Host(`${HOST_PORTAINER}.${DOMAIN}`)
|
||||
- traefik.http.routers.portainer.entrypoints=websecure
|
||||
- traefik.http.routers.portainer.tls=true
|
||||
- traefik.http.services.portainer.loadbalancer.server.port=9000
|
||||
|
||||
volumes:
|
||||
|
||||
@ -19,6 +19,7 @@ services:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.posteio.rule=Host(`${HOST_MAIL}.${DOMAIN}`)
|
||||
- traefik.http.routers.posteio.entrypoints=websecure
|
||||
- traefik.http.routers.posteio.tls=true
|
||||
- traefik.http.services.posteio.loadbalancer.server.port=80
|
||||
networks:
|
||||
- srv
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user