From c6225f7117914c8c3d0fe5329f913823025d5919 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sun, 23 Mar 2025 14:14:22 +0100 Subject: [PATCH] Setup: Update inline docs in Docker Compose config examples #4888 #4889 Signed-off-by: Michael Mayer --- setup/docker/arm64/compose.yaml | 2 +- setup/docker/armv7/compose.yaml | 2 +- setup/docker/cloud/compose.yaml | 2 +- setup/docker/compose.yaml | 2 +- setup/docker/macos/compose.yaml | 2 +- setup/docker/nvidia/compose.yaml | 2 +- setup/docker/portainer/stack.env | 2 +- setup/docker/scheduler/compose.yaml | 2 +- setup/docker/sqlite/compose.yaml | 2 +- setup/podman/docker-compose.yml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/setup/docker/arm64/compose.yaml b/setup/docker/arm64/compose.yaml index 36dcdd66e..69d8bd4c5 100644 --- a/setup/docker/arm64/compose.yaml +++ b/setup/docker/arm64/compose.yaml @@ -63,7 +63,7 @@ services: PHOTOPRISM_ORIGINALS_LIMIT: 5000 # file size limit for originals in MB (increase for high-res video) PHOTOPRISM_HTTP_COMPRESSION: "none" # improves transfer speed and bandwidth utilization (none or gzip) PHOTOPRISM_WORKERS: 2 # limits the number of indexing workers to reduce system load - PHOTOPRISM_LOG_LEVEL: "info" # log level: trace, debug, info, warning, error, fatal, or panic + PHOTOPRISM_LOG_LEVEL: "info" # log level: trace, debug, info, warning, or error PHOTOPRISM_READONLY: "false" # do not modify originals directory (reduced functionality) PHOTOPRISM_EXPERIMENTAL: "false" # enables experimental features PHOTOPRISM_DISABLE_CHOWN: "false" # disables updating storage permissions via chmod and chown on startup diff --git a/setup/docker/armv7/compose.yaml b/setup/docker/armv7/compose.yaml index bedb0d634..9a9b8ffd4 100644 --- a/setup/docker/armv7/compose.yaml +++ b/setup/docker/armv7/compose.yaml @@ -58,7 +58,7 @@ services: PHOTOPRISM_ORIGINALS_LIMIT: 5000 # file size limit for originals in MB (increase for high-res video) PHOTOPRISM_HTTP_COMPRESSION: "none" # improves transfer speed and bandwidth utilization (none or gzip) PHOTOPRISM_WORKERS: 1 # Limits the number of indexing workers to reduce system load - PHOTOPRISM_LOG_LEVEL: "info" # log level: trace, debug, info, warning, error, fatal, or panic + PHOTOPRISM_LOG_LEVEL: "info" # log level: trace, debug, info, warning, or error PHOTOPRISM_READONLY: "false" # do not modify originals directory (reduced functionality) PHOTOPRISM_EXPERIMENTAL: "false" # enables experimental features PHOTOPRISM_DISABLE_CHOWN: "false" # disables updating storage permissions via chmod and chown on startup diff --git a/setup/docker/cloud/compose.yaml b/setup/docker/cloud/compose.yaml index 9261db2df..f80f39700 100644 --- a/setup/docker/cloud/compose.yaml +++ b/setup/docker/cloud/compose.yaml @@ -137,7 +137,7 @@ services: PHOTOPRISM_AUTH_MODE: "password" # authentication mode (public, password) PHOTOPRISM_ORIGINALS_LIMIT: 5000 # file size limit for originals in MB (increase for high-res video) PHOTOPRISM_HTTP_COMPRESSION: "gzip" # improves transfer speed and bandwidth utilization (none or gzip) - PHOTOPRISM_LOG_LEVEL: "info" # log level: trace, debug, info, warning, error, fatal, or panic + PHOTOPRISM_LOG_LEVEL: "info" # log level: trace, debug, info, warning, or error PHOTOPRISM_READONLY: "false" # do not modify originals directory (reduced functionality) PHOTOPRISM_EXPERIMENTAL: "false" # enables experimental features PHOTOPRISM_DISABLE_TLS: "false" # disables HTTPS/TLS even if the site URL starts with https:// and a certificate is available diff --git a/setup/docker/compose.yaml b/setup/docker/compose.yaml index 0217d67a5..5e79a60dc 100644 --- a/setup/docker/compose.yaml +++ b/setup/docker/compose.yaml @@ -53,7 +53,7 @@ services: PHOTOPRISM_DEFAULT_TLS: "true" # defaults to a self-signed HTTPS/TLS certificate if no other certificate is available PHOTOPRISM_ORIGINALS_LIMIT: 5000 # file size limit for originals in MB (increase for high-res video) PHOTOPRISM_HTTP_COMPRESSION: "gzip" # improves transfer speed and bandwidth utilization (none or gzip) - PHOTOPRISM_LOG_LEVEL: "info" # log level: trace, debug, info, warning, error, fatal, or panic + PHOTOPRISM_LOG_LEVEL: "info" # log level: trace, debug, info, warning, or error PHOTOPRISM_READONLY: "false" # do not modify originals directory (reduced functionality) PHOTOPRISM_EXPERIMENTAL: "false" # enables experimental features PHOTOPRISM_DISABLE_CHOWN: "false" # disables updating storage permissions via chmod and chown on startup diff --git a/setup/docker/macos/compose.yaml b/setup/docker/macos/compose.yaml index 300c6442b..90c6edd8e 100644 --- a/setup/docker/macos/compose.yaml +++ b/setup/docker/macos/compose.yaml @@ -49,7 +49,7 @@ services: PHOTOPRISM_DEFAULT_TLS: "true" # defaults to a self-signed HTTPS/TLS certificate if no other certificate is available PHOTOPRISM_ORIGINALS_LIMIT: 5000 # file size limit for originals in MB (increase for high-res video) PHOTOPRISM_HTTP_COMPRESSION: "gzip" # improves transfer speed and bandwidth utilization (none or gzip) - PHOTOPRISM_LOG_LEVEL: "info" # log level: trace, debug, info, warning, error, fatal, or panic + PHOTOPRISM_LOG_LEVEL: "info" # log level: trace, debug, info, warning, or error PHOTOPRISM_READONLY: "false" # do not modify originals directory (reduced functionality) PHOTOPRISM_EXPERIMENTAL: "false" # enables experimental features PHOTOPRISM_DISABLE_CHOWN: "false" # disables updating storage permissions via chmod and chown on startup diff --git a/setup/docker/nvidia/compose.yaml b/setup/docker/nvidia/compose.yaml index a72128f61..b02230e38 100644 --- a/setup/docker/nvidia/compose.yaml +++ b/setup/docker/nvidia/compose.yaml @@ -57,7 +57,7 @@ services: PHOTOPRISM_DEFAULT_TLS: "true" # defaults to a self-signed HTTPS/TLS certificate if no other certificate is available PHOTOPRISM_ORIGINALS_LIMIT: 5000 # file size limit for originals in MB (increase for high-res video) PHOTOPRISM_HTTP_COMPRESSION: "gzip" # improves transfer speed and bandwidth utilization (none or gzip) - PHOTOPRISM_LOG_LEVEL: "info" # log level: trace, debug, info, warning, error, fatal, or panic + PHOTOPRISM_LOG_LEVEL: "info" # log level: trace, debug, info, warning, or error PHOTOPRISM_READONLY: "false" # do not modify originals directory (reduced functionality) PHOTOPRISM_EXPERIMENTAL: "false" # enables experimental features PHOTOPRISM_DISABLE_CHOWN: "false" # disables updating storage permissions via chmod and chown on startup diff --git a/setup/docker/portainer/stack.env b/setup/docker/portainer/stack.env index 3d1ecbdee..7a8d17e84 100644 --- a/setup/docker/portainer/stack.env +++ b/setup/docker/portainer/stack.env @@ -31,7 +31,7 @@ PHOTOPRISM_DEFAULT_TLS=true PHOTOPRISM_ORIGINALS_LIMIT=5000 # improves transfer speed and bandwidth utilization (none or gzip) PHOTOPRISM_HTTP_COMPRESSION=gzip -# log level: trace, debug, info, warning, error, fatal, or panic +# log level: trace, debug, info, warning, or error PHOTOPRISM_LOG_LEVEL=info # do not modify originals directory (reduced functionality) PHOTOPRISM_READONLY=false diff --git a/setup/docker/scheduler/compose.yaml b/setup/docker/scheduler/compose.yaml index 2b8eeedef..55325bcac 100644 --- a/setup/docker/scheduler/compose.yaml +++ b/setup/docker/scheduler/compose.yaml @@ -51,7 +51,7 @@ services: PHOTOPRISM_DEFAULT_TLS: "true" # defaults to a self-signed HTTPS/TLS certificate if no other certificate is available PHOTOPRISM_ORIGINALS_LIMIT: 5000 # file size limit for originals in MB (increase for high-res video) PHOTOPRISM_HTTP_COMPRESSION: "gzip" # improves transfer speed and bandwidth utilization (none or gzip) - PHOTOPRISM_LOG_LEVEL: "info" # log level: trace, debug, info, warning, error, fatal, or panic + PHOTOPRISM_LOG_LEVEL: "info" # log level: trace, debug, info, warning, or error PHOTOPRISM_READONLY: "false" # do not modify originals directory (reduced functionality) PHOTOPRISM_EXPERIMENTAL: "false" # enables experimental features PHOTOPRISM_DISABLE_CHOWN: "false" # disables updating storage permissions via chmod and chown on startup diff --git a/setup/docker/sqlite/compose.yaml b/setup/docker/sqlite/compose.yaml index c8ba83520..7de77ce81 100644 --- a/setup/docker/sqlite/compose.yaml +++ b/setup/docker/sqlite/compose.yaml @@ -49,7 +49,7 @@ services: PHOTOPRISM_DEFAULT_TLS: "true" # defaults to a self-signed HTTPS/TLS certificate if no other certificate is available PHOTOPRISM_ORIGINALS_LIMIT: 5000 # file size limit for originals in MB (increase for high-res video) PHOTOPRISM_HTTP_COMPRESSION: "gzip" # improves transfer speed and bandwidth utilization (none or gzip) - PHOTOPRISM_LOG_LEVEL: "info" # log level: trace, debug, info, warning, error, fatal, or panic + PHOTOPRISM_LOG_LEVEL: "info" # log level: trace, debug, info, warning, or error PHOTOPRISM_READONLY: "false" # do not modify originals directory (reduced functionality) PHOTOPRISM_EXPERIMENTAL: "false" # enables experimental features PHOTOPRISM_DISABLE_CHOWN: "false" # disables updating storage permissions via chmod and chown on startup diff --git a/setup/podman/docker-compose.yml b/setup/podman/docker-compose.yml index 205e7da80..e54b4b325 100644 --- a/setup/podman/docker-compose.yml +++ b/setup/podman/docker-compose.yml @@ -64,7 +64,7 @@ services: PHOTOPRISM_DEFAULT_TLS: "true" # defaults to a self-signed HTTPS/TLS certificate if no other certificate is available PHOTOPRISM_ORIGINALS_LIMIT: 5000 # file size limit for originals in MB (increase for high-res video) PHOTOPRISM_HTTP_COMPRESSION: "gzip" # improves transfer speed and bandwidth utilization (none or gzip) - PHOTOPRISM_LOG_LEVEL: "info" # log level: trace, debug, info, warning, error, fatal, or panic + PHOTOPRISM_LOG_LEVEL: "info" # log level: trace, debug, info, warning, or error PHOTOPRISM_READONLY: "false" # do not modify originals directory (reduced functionality) PHOTOPRISM_EXPERIMENTAL: "false" # enables experimental features PHOTOPRISM_DISABLE_CHOWN: "false" # disables updating storage permissions via chmod and chown on startup