Skip to content

Commit f611aee

Browse files
More stuff to update with traefik
1 parent 9483a09 commit f611aee

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

docker-compose.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@ services:
88
- "9002:8000"
99
networks:
1010
- traefik
11-
labels:
12-
- traefik.enable=true
11+
deploy:
12+
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
1317

14-
# Router
15-
- traefik.http.routers.wally.rule=Host(`wally.pathos.gg`)
16-
#- traefik.http.routers.wally.entrypoints=websecure
17-
#- 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
2218

2319
networks:
2420
traefik:

0 commit comments

Comments
 (0)