Docker: Update compose.yaml files for development environment

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-09-12 11:17:41 +02:00
parent cdbd6a9fb6
commit 3f519b7a87
4 changed files with 12 additions and 4 deletions

View file

@ -66,9 +66,11 @@ services:
# PHOTOPRISM_THUMB_SIZE: 4096 # Retina 4K, DCI 4K (requires more storage); 7680 for 8K Ultra HD
PHOTOPRISM_THUMB_SIZE_UNCACHED: 7680 # on-demand rendering size limit (default 7680, min 720, max 7680)
PHOTOPRISM_JPEG_SIZE: 7680 # size limit for converted image files in pixels (720-30000)
TF_CPP_MIN_LOG_LEVEL: 1 # show TensorFlow log messages for development
## Run/install on first startup (options: update tensorflow https intel gpu davfs yt-dlp):
PHOTOPRISM_INIT: "https"
## External dependencies and tools:
TF_CPP_MIN_LOG_LEVEL: 1
CODEX_HOME: "/go/src/github.com/photoprism/photoprism/.codex"
## PostgreSQL Database Server
## Docs: https://www.postgresql.org/docs/
postgres: