This commit is contained in:
2025-09-19 17:58:24 +00:00
parent 2c68eddce3
commit 69a4479376
11 changed files with 1344 additions and 706 deletions

View File

@@ -5,12 +5,18 @@ services:
build: .
env_file:
- .env
environment:
- LOCAL_ONLY=True # set to False to enable OIDC auth (requires configuration in settings.yml)
- SECRET_KEY= # if using auth
- UPLOADS_DIR=/app/uploads
- PROCESSED_DIR=/app/processed
#user: "1000:1000"
ports:
- "6969:8000"
volumes:
# Mount local directories and files into the container for persistence
- ./config:/app/config
- ./uploads_data:/app/uploads
- ./processed_data:/app/processed