Traefik: Fix forward-auth
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tobias Manske 2023-09-15 07:56:18 +02:00
parent 6976503097
commit 01c14bd9f6
Signed by: tobias
GPG Key ID: 9164B527694A0709

View File

@ -27,6 +27,7 @@ services:
image: quay.io/oauth2-proxy/oauth2-proxy:latest image: quay.io/oauth2-proxy/oauth2-proxy:latest
restart: unless-stopped restart: unless-stopped
networks: networks:
- default # needs network access to talk to keycloak
- metrics - metrics
depends_on: depends_on:
- traefik - traefik