feat: Working oauth2 proxy, on localhost.
All checks were successful
CI / release (push) Successful in 5m31s

This commit is contained in:
2025-04-11 10:32:08 -04:00
parent f294a065e2
commit bc87cef815
2 changed files with 46 additions and 0 deletions

19
compose.dev.yaml Normal file
View File

@@ -0,0 +1,19 @@
services:
oauth2-proxy:
image: quay.io/oauth2-proxy/oauth2-proxy:latest
command: --config /oauth2-proxy/oauth2-proxy.cfg
volumes:
- ./oauth2-proxy:/oauth2-proxy
ports:
- 4180:4180
docs:
build:
context: .
container_name: docs
restart: unless-stopped
env_file: .env
ports:
- ${PORT:-8081}:80
depends_on:
- oauth2-proxy