Skip to content

Commit

Permalink
Config: Update docker-compose.yml example files #4243
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mayer <michael@photoprism.app>
  • Loading branch information
lastzero committed May 19, 2024
1 parent 66a739d commit 2f246c2
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions setup/docker/arm64/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ services:
PHOTOPRISM_DISABLE_VECTORS: "false" # disables vector graphics support
PHOTOPRISM_DISABLE_RAW: "false" # disables indexing and conversion of RAW images
PHOTOPRISM_RAW_PRESETS: "false" # enables applying user presets when converting RAW images (reduces performance)
PHOTOPRISM_SIDECAR_YAML: "true" # create YAML sidecar files to back up index metadata
PHOTOPRISM_BACKUP_ALBUMS: "true" # create YAML backup files for album metadata
PHOTOPRISM_BACKUP_DATABASE: "true" # create index backups based on the configured schedule
PHOTOPRISM_SIDECAR_YAML: "true" # creates YAML sidecar files to back up index metadata
PHOTOPRISM_BACKUP_ALBUMS: "true" # creates YAML backup files for album metadata
PHOTOPRISM_BACKUP_DATABASE: "true" # creates index backups based on the configured schedule
PHOTOPRISM_BACKUP_SCHEDULE: "daily" # backup SCHEDULE in cron format (e.g. "0 12 * * *" for daily at noon) or at a random time (daily, weekly)
PHOTOPRISM_INDEX_SCHEDULE: "" # indexing SCHEDULE in cron format (e.g. "@every 3h" for every 3 hours; "" to disable)
PHOTOPRISM_AUTO_INDEX: 120 # delay before automatically indexing files in SECONDS when uploading via WebDAV (-1 to disable)
Expand Down
6 changes: 3 additions & 3 deletions setup/docker/armv7/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ services:
PHOTOPRISM_DISABLE_CLASSIFICATION: "false" # disables image classification (requires TensorFlow)
PHOTOPRISM_DISABLE_RAW: "true" # disables indexing and conversion of RAW images
PHOTOPRISM_RAW_PRESETS: "false" # enables applying user presets when converting RAW images (reduces performance)
PHOTOPRISM_SIDECAR_YAML: "true" # create YAML sidecar files to back up index metadata
PHOTOPRISM_BACKUP_ALBUMS: "true" # create YAML backup files for album metadata
PHOTOPRISM_BACKUP_DATABASE: "true" # create index backups based on the configured schedule
PHOTOPRISM_SIDECAR_YAML: "true" # creates YAML sidecar files to back up index metadata
PHOTOPRISM_BACKUP_ALBUMS: "true" # creates YAML backup files for album metadata
PHOTOPRISM_BACKUP_DATABASE: "true" # creates index backups based on the configured schedule
PHOTOPRISM_BACKUP_SCHEDULE: "daily" # backup SCHEDULE in cron format (e.g. "0 12 * * *" for daily at noon) or at a random time (daily, weekly)
PHOTOPRISM_INDEX_SCHEDULE: "" # indexing SCHEDULE in cron format (e.g. "@every 3h" for every 3 hours; "" to disable)
PHOTOPRISM_AUTO_INDEX: 120 # delay before automatically indexing files in SECONDS when uploading via WebDAV (-1 to disable)
Expand Down
6 changes: 3 additions & 3 deletions setup/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ services:
PHOTOPRISM_DISABLE_VECTORS: "false" # disables vector graphics support
PHOTOPRISM_DISABLE_RAW: "false" # disables indexing and conversion of RAW images
PHOTOPRISM_RAW_PRESETS: "false" # enables applying user presets when converting RAW images (reduces performance)
PHOTOPRISM_SIDECAR_YAML: "true" # create YAML sidecar files to back up index metadata
PHOTOPRISM_BACKUP_ALBUMS: "true" # create YAML backup files for album metadata
PHOTOPRISM_BACKUP_DATABASE: "true" # create index backups based on the configured schedule
PHOTOPRISM_SIDECAR_YAML: "true" # creates YAML sidecar files to back up index metadata
PHOTOPRISM_BACKUP_ALBUMS: "true" # creates YAML backup files for album metadata
PHOTOPRISM_BACKUP_DATABASE: "true" # creates index backups based on the configured schedule
PHOTOPRISM_BACKUP_SCHEDULE: "daily" # backup SCHEDULE in cron format (e.g. "0 12 * * *" for daily at noon) or at a random time (daily, weekly)
PHOTOPRISM_INDEX_SCHEDULE: "" # indexing SCHEDULE in cron format (e.g. "@every 3h" for every 3 hours; "" to disable)
PHOTOPRISM_AUTO_INDEX: 120 # delay before automatically indexing files in SECONDS when uploading via WebDAV (-1 to disable)
Expand Down
6 changes: 3 additions & 3 deletions setup/docker/macos/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ services:
PHOTOPRISM_DISABLE_CLASSIFICATION: "false" # disables image classification (requires TensorFlow)
PHOTOPRISM_DISABLE_RAW: "false" # disables indexing and conversion of RAW images
PHOTOPRISM_RAW_PRESETS: "false" # enables applying user presets when converting RAW images (reduces performance)
PHOTOPRISM_SIDECAR_YAML: "true" # create YAML sidecar files to back up index metadata
PHOTOPRISM_BACKUP_ALBUMS: "true" # create YAML backup files for album metadata
PHOTOPRISM_BACKUP_DATABASE: "true" # create index backups based on the configured schedule
PHOTOPRISM_SIDECAR_YAML: "true" # creates YAML sidecar files to back up index metadata
PHOTOPRISM_BACKUP_ALBUMS: "true" # creates YAML backup files for album metadata
PHOTOPRISM_BACKUP_DATABASE: "true" # creates index backups based on the configured schedule
PHOTOPRISM_BACKUP_SCHEDULE: "daily" # backup SCHEDULE in cron format (e.g. "0 12 * * *" for daily at noon) or at a random time (daily, weekly)
PHOTOPRISM_INDEX_SCHEDULE: "" # indexing SCHEDULE in cron format (e.g. "@every 3h" for every 3 hours; "" to disable)
PHOTOPRISM_AUTO_INDEX: 120 # delay before automatically indexing files in SECONDS when uploading via WebDAV (-1 to disable)
Expand Down
6 changes: 3 additions & 3 deletions setup/docker/nvidia/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ services:
PHOTOPRISM_DISABLE_VECTORS: "false" # disables vector graphics support
PHOTOPRISM_DISABLE_RAW: "false" # disables indexing and conversion of RAW images
PHOTOPRISM_RAW_PRESETS: "false" # enables applying user presets when converting RAW images (reduces performance)
PHOTOPRISM_SIDECAR_YAML: "true" # create YAML sidecar files to back up index metadata
PHOTOPRISM_BACKUP_ALBUMS: "true" # create YAML backup files for album metadata
PHOTOPRISM_BACKUP_DATABASE: "true" # create index backups based on the configured schedule
PHOTOPRISM_SIDECAR_YAML: "true" # creates YAML sidecar files to back up index metadata
PHOTOPRISM_BACKUP_ALBUMS: "true" # creates YAML backup files for album metadata
PHOTOPRISM_BACKUP_DATABASE: "true" # creates index backups based on the configured schedule
PHOTOPRISM_BACKUP_SCHEDULE: "daily" # backup SCHEDULE in cron format (e.g. "0 12 * * *" for daily at noon) or at a random time (daily, weekly)
PHOTOPRISM_INDEX_SCHEDULE: "" # indexing SCHEDULE in cron format (e.g. "@every 3h" for every 3 hours; "" to disable)
PHOTOPRISM_AUTO_INDEX: 120 # delay before automatically indexing files in SECONDS when uploading via WebDAV (-1 to disable)
Expand Down
6 changes: 3 additions & 3 deletions setup/docker/scheduler/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ services:
PHOTOPRISM_DISABLE_VECTORS: "false" # disables vector graphics support
PHOTOPRISM_DISABLE_RAW: "false" # disables indexing and conversion of RAW images
PHOTOPRISM_RAW_PRESETS: "false" # enables applying user presets when converting RAW images (reduces performance)
PHOTOPRISM_SIDECAR_YAML: "true" # create YAML sidecar files to back up index metadata
PHOTOPRISM_BACKUP_ALBUMS: "true" # create YAML backup files for album metadata
PHOTOPRISM_BACKUP_DATABASE: "true" # create index backups based on the configured schedule
PHOTOPRISM_SIDECAR_YAML: "true" # creates YAML sidecar files to back up index metadata
PHOTOPRISM_BACKUP_ALBUMS: "true" # creates YAML backup files for album metadata
PHOTOPRISM_BACKUP_DATABASE: "true" # creates index backups based on the configured schedule
PHOTOPRISM_BACKUP_SCHEDULE: "daily" # backup SCHEDULE in cron format (e.g. "0 12 * * *" for daily at noon) or at a random time (daily, weekly)
PHOTOPRISM_INDEX_SCHEDULE: "" # indexing SCHEDULE in cron format (e.g. "@every 3h" for every 3 hours; "" to disable)
PHOTOPRISM_AUTO_INDEX: 120 # delay before automatically indexing files in SECONDS when uploading via WebDAV (-1 to disable)
Expand Down
6 changes: 3 additions & 3 deletions setup/docker/sqlite/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ services:
PHOTOPRISM_DISABLE_VECTORS: "false" # disables vector graphics support
PHOTOPRISM_DISABLE_RAW: "false" # disables indexing and conversion of RAW images
PHOTOPRISM_RAW_PRESETS: "false" # enables applying user presets when converting RAW images (reduces performance)
PHOTOPRISM_SIDECAR_YAML: "true" # create YAML sidecar files to back up index metadata
PHOTOPRISM_BACKUP_ALBUMS: "true" # create YAML backup files for album metadata
PHOTOPRISM_BACKUP_DATABASE: "true" # create index backups based on the configured schedule
PHOTOPRISM_SIDECAR_YAML: "true" # creates YAML sidecar files to back up index metadata
PHOTOPRISM_BACKUP_ALBUMS: "true" # creates YAML backup files for album metadata
PHOTOPRISM_BACKUP_DATABASE: "true" # creates index backups based on the configured schedule
PHOTOPRISM_BACKUP_SCHEDULE: "daily" # backup SCHEDULE in cron format (e.g. "0 12 * * *" for daily at noon) or at a random time (daily, weekly)
PHOTOPRISM_INDEX_SCHEDULE: "" # indexing SCHEDULE in cron format (e.g. "@every 3h" for every 3 hours; "" to disable)
PHOTOPRISM_AUTO_INDEX: 120 # delay before automatically indexing files in SECONDS when uploading via WebDAV (-1 to disable)
Expand Down
6 changes: 3 additions & 3 deletions setup/docker/windows/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ services:
PHOTOPRISM_DISABLE_VECTORS: "false" # disables vector graphics support
PHOTOPRISM_DISABLE_RAW: "false" # disables indexing and conversion of RAW images
PHOTOPRISM_RAW_PRESETS: "false" # enables applying user presets when converting RAW images (reduces performance)
PHOTOPRISM_SIDECAR_YAML: "true" # create YAML sidecar files to back up index metadata
PHOTOPRISM_BACKUP_ALBUMS: "true" # create YAML backup files for album metadata
PHOTOPRISM_BACKUP_DATABASE: "true" # create index backups based on the configured schedule
PHOTOPRISM_SIDECAR_YAML: "true" # creates YAML sidecar files to back up index metadata
PHOTOPRISM_BACKUP_ALBUMS: "true" # creates YAML backup files for album metadata
PHOTOPRISM_BACKUP_DATABASE: "true" # creates index backups based on the configured schedule
PHOTOPRISM_BACKUP_SCHEDULE: "daily" # backup SCHEDULE in cron format (e.g. "0 12 * * *" for daily at noon) or at a random time (daily, weekly)
PHOTOPRISM_INDEX_SCHEDULE: "" # indexing SCHEDULE in cron format (e.g. "@every 3h" for every 3 hours; "" to disable)
PHOTOPRISM_AUTO_INDEX: 120 # delay before automatically indexing files in SECONDS when uploading via WebDAV (-1 to disable)
Expand Down
6 changes: 3 additions & 3 deletions setup/podman/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ services:
PHOTOPRISM_DISABLE_VECTORS: "false" # disables vector graphics support
PHOTOPRISM_DISABLE_RAW: "false" # disables indexing and conversion of RAW images
PHOTOPRISM_RAW_PRESETS: "false" # enables applying user presets when converting RAW images (reduces performance)
PHOTOPRISM_SIDECAR_YAML: "true" # create YAML sidecar files to back up index metadata
PHOTOPRISM_BACKUP_ALBUMS: "true" # create YAML backup files for album metadata
PHOTOPRISM_BACKUP_DATABASE: "true" # create index backups based on the configured schedule
PHOTOPRISM_SIDECAR_YAML: "true" # creates YAML sidecar files to back up index metadata
PHOTOPRISM_BACKUP_ALBUMS: "true" # creates YAML backup files for album metadata
PHOTOPRISM_BACKUP_DATABASE: "true" # creates index backups based on the configured schedule
PHOTOPRISM_BACKUP_SCHEDULE: "daily" # backup SCHEDULE in cron format (e.g. "0 12 * * *" for daily at noon) or at a random time (daily, weekly)
PHOTOPRISM_INDEX_SCHEDULE: "" # indexing SCHEDULE in cron format (e.g. "@every 3h" for every 3 hours; "" to disable)
PHOTOPRISM_AUTO_INDEX: 120 # delay before automatically indexing files in SECONDS when uploading via WebDAV (-1 to disable)
Expand Down

0 comments on commit 2f246c2

Please sign in to comment.