We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9483a09 commit f611aeeCopy full SHA for f611aee
1 file changed
docker-compose.yml
@@ -8,17 +8,13 @@ services:
8
- "9002:8000"
9
networks:
10
- traefik
11
- labels:
12
- - traefik.enable=true
+ deploy:
+ labels:
13
+ traefik.enable: "true"
14
+ traefik.http.routers.authentik.rule: "Host(`wally.pathos.gg`)"
15
+ traefik.http.middlewares.authentik-headers.headers.customrequestheaders.X-Forwarded-Proto: "https"
16
+ traefik.http.services.authentik.loadbalancer.server.port: 9002
17
- # Router
- - traefik.http.routers.wally.rule=Host(`wally.pathos.gg`)
- #- traefik.http.routers.wally.entrypoints=websecure
- #- traefik.http.routers.wally.tls=true
18
- #- traefik.http.routers.wally.tls.certresolver=letsencrypt
19
-
20
- # Service
21
- - traefik.http.services.wally.loadbalancer.server.port=9002
22
23
24
traefik:
0 commit comments