Convert Usage to Google OIDC

This commit is contained in:
2026-07-03 15:17:00 +00:00
parent b6c98a3090
commit 183f9d5fec
3 changed files with 5 additions and 35 deletions

18
compose.yml Executable file
View File

@@ -0,0 +1,18 @@
services:
portal:
build: .
restart: unless-stopped
env_file:
- .env
expose:
- "8000"
nginx:
image: nginx:alpine
restart: unless-stopped
ports:
- "80:80"
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf
depends_on:
- portal