Initial commit - FastAPI guest portal with Authentik OIDC, UniFi integration, and branding assets
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
portal:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:8000"
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./app/static:/app/app/static
|
||||
Reference in New Issue
Block a user