docker-compose.yml aktualisiert

This commit is contained in:
2025-08-11 10:38:57 +00:00
parent 4dca92a88f
commit 7f0f9f6eff

View File

@@ -12,6 +12,7 @@ services:
- DJANGO_SECRET_KEY=change-me - DJANGO_SECRET_KEY=change-me
- DB_PATH=/app/data/db.sqlite3 - DB_PATH=/app/data/db.sqlite3
- NOTIFICATIONS_ALLOW_DUPLICATES=false - NOTIFICATIONS_ALLOW_DUPLICATES=false
- DJANGO_CSRF_TRUSTED_ORIGINS="https://subscribarr.example.com,https://app.example.org"
# App Settings (optional, otherwise use first-run setup) # App Settings (optional, otherwise use first-run setup)
#- JELLYFIN_URL= #- JELLYFIN_URL=
#- JELLYFIN_API_KEY= #- JELLYFIN_API_KEY=