1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2026-07-28 15:13:00 +00:00

Remove remaining references to oauth-proxy (we now have traefik-forward-auth instead!)

This commit is contained in:
Benjamin Durham
2021-10-25 15:47:50 +13:00
committed by GitHub
parent f5b1facdd2
commit 5411b1b173
31 changed files with 437 additions and 445 deletions
+11 -2
View File
@@ -39,9 +39,18 @@ services:
- traefik_public
deploy:
labels:
# traefik common
- traefik.enable=true
- traefik.docker.network=traefik_public
# traefikv1
- traefik.frontend.rule=Host:ghost.example.com
- traefik.docker.network=traefik
- traefik.port=2368
- traefik.port=2368
# traefikv2
- "traefik.http.routers.ghost.rule=Host(`ghost.example.com`)"
- "traefik.http.services.ghost.loadbalancer.server.port=2368"
- "traefik.enable=true"
networks:
traefik_public: