auto backup 2026-04-01_23:20:01

This commit is contained in:
tan-docker
2026-04-01 23:20:01 +02:00
parent 667029eacd
commit ae639a91ce
2 changed files with 10 additions and 9 deletions
+8 -9
View File
@@ -13,15 +13,14 @@ services:
labels:
- "traefik.enable=true"
# HTTPS entry
- "traefik.http.routers.teleport.rule=Host(`teleport.luckyden.org`)"
- "traefik.http.routers.teleport.entrypoints=websecure"
- "traefik.http.routers.teleport.tls=true"
- "traefik.http.services.teleport.loadbalancer.server.port=3080"
# - "traefik.http.routers.teleport.middlewares=authentik@docker"
- "traefik.http.services.teleport.loadbalancer.server.scheme=http"
- "traefik.http.middlewares.teleport-headers.headers.customrequestheaders.X-Forwarded-Proto=https"
- "traefik.http.routers.teleport.middlewares=teleport-headers@docker"
- "traefik.docker.network=tan-network"
# TCP router (IMPORTANT)
- "traefik.tcp.routers.teleport.rule=HostSNI(`teleport.luckyden.org`)"
- "traefik.tcp.routers.teleport.entrypoints=websecure"
- "traefik.tcp.routers.teleport.tls.passthrough=true"
- "traefik.tcp.services.teleport.loadbalancer.server.port=3080"
networks:
tan-network: