Explicitly configure all previews
This commit is contained in:
parent
2b5f9efa30
commit
c53c772c4f
1 changed files with 6 additions and 2 deletions
|
@ -16,11 +16,15 @@ services:
|
|||
# Fix permissions
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
# Previews with fallbacks
|
||||
- PREVIEW_ARCHIVE_DOT_ORG=True
|
||||
- PREVIEW_ORIGINALS=True
|
||||
# Previews without fallbacks
|
||||
- PREVIEW_MEDIA=False
|
||||
- PREVIEW_GIT=False
|
||||
# Extractors
|
||||
- USE_GIT=False
|
||||
- USE_YOUTUBEDL=False
|
||||
- SAVE_ARCHIVE_DOT_ORG=False
|
||||
- SAVE_MEDIA=False
|
||||
- SAVE_GIT=False
|
||||
- PREVIEW_MEDIA=False
|
||||
- PREVIEW_GIT=False
|
||||
|
|
Loading…
Reference in a new issue