adds missing compose for oauth2 proxy

This commit is contained in:
2025-08-05 10:10:34 +02:00
parent e3474178af
commit 78c1ee1876

View File

@@ -0,0 +1,15 @@
services:
oauth2-proxy:
image: quay.io/oauth2-proxy/oauth2-proxy:latest
container_name: oauth2-proxy
restart: unless-stopped
command:
- --config=/etc/oauth2-proxy/oauth2-proxy.cfg
volumes:
- ./oauth2-proxy.cfg:/etc/oauth2-proxy/oauth2-proxy.cfg:ro
networks:
- caddy_net
networks:
caddy_net:
external: true