From ca843987f75d5c711d915539a771cd7b6626947d Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Mon, 5 May 2025 07:40:21 +0200 Subject: [PATCH] Setup: Update compose.yaml configuration examples #4986 Signed-off-by: Michael Mayer --- compose.nvidia.yaml | 2 +- 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 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/compose.nvidia.yaml b/compose.nvidia.yaml index 8c427bc25..54a712396 100644 --- a/compose.nvidia.yaml +++ b/compose.nvidia.yaml @@ -113,7 +113,7 @@ services: PHOTOPRISM_THUMB_UNCACHED: "true" # enables on-demand thumbnail rendering (high memory and cpu usage) TF_CPP_MIN_LOG_LEVEL: 1 # show TensorFlow log messages for development ## Run/install on first startup, see https://github.com/photoprism/photoprism/blob/develop/scripts/dist/Makefile: - PHOTOPRISM_INIT: "https tensorflow" # common options: update tensorflow https intel gpu davfs + PHOTOPRISM_INIT: "https tensorflow" # common options: update https tensorflow tensorflow-gpu intel gpu davfs ## Nvidia Video Transcoding (https://docs.photoprism.app/getting-started/advanced/transcoding/#nvidia-container-toolkit): NVIDIA_VISIBLE_DEVICES: "all" NVIDIA_DRIVER_CAPABILITIES: "all" diff --git a/setup/docker/arm64/compose.yaml b/setup/docker/arm64/compose.yaml index da10fb5f4..6ec760d14 100644 --- a/setup/docker/arm64/compose.yaml +++ b/setup/docker/arm64/compose.yaml @@ -96,7 +96,7 @@ services: PHOTOPRISM_SITE_DESCRIPTION: "" # meta site description PHOTOPRISM_SITE_AUTHOR: "" # meta site author ## Run/install on first startup, see https://github.com/photoprism/photoprism/blob/develop/scripts/dist/Makefile: - PHOTOPRISM_INIT: "https" # common options: update tensorflow https intel gpu davfs + PHOTOPRISM_INIT: "https" # common options: update https tensorflow tensorflow-gpu intel gpu davfs ## Video Transcoding (https://docs.photoprism.app/getting-started/advanced/transcoding/): # PHOTOPRISM_FFMPEG_ENCODER: "software" # H.264/AVC encoder (software, intel, nvidia, apple, raspberry, or vaapi) # PHOTOPRISM_FFMPEG_SIZE: "1920" # video size limit in pixels (720-7680) (default: 3840) diff --git a/setup/docker/armv7/compose.yaml b/setup/docker/armv7/compose.yaml index cc9a1841f..0633cb38f 100644 --- a/setup/docker/armv7/compose.yaml +++ b/setup/docker/armv7/compose.yaml @@ -90,7 +90,7 @@ services: PHOTOPRISM_SITE_DESCRIPTION: "" # meta site description PHOTOPRISM_SITE_AUTHOR: "" # meta site author ## Run/install on first startup, see https://github.com/photoprism/photoprism/blob/develop/scripts/dist/Makefile: - PHOTOPRISM_INIT: "https" # common options: update tensorflow https intel gpu davfs + PHOTOPRISM_INIT: "https" # common options: update https tensorflow tensorflow-gpu intel gpu davfs ## Video Transcoding (https://docs.photoprism.app/getting-started/advanced/transcoding/): # PHOTOPRISM_FFMPEG_ENCODER: "software" # H.264/AVC encoder (software, intel, nvidia, apple, raspberry, or vaapi) # PHOTOPRISM_FFMPEG_SIZE: "1920" # video size limit in pixels (720-7680) (default: 3840) diff --git a/setup/docker/cloud/compose.yaml b/setup/docker/cloud/compose.yaml index a37c58384..22a98b97d 100644 --- a/setup/docker/cloud/compose.yaml +++ b/setup/docker/cloud/compose.yaml @@ -162,7 +162,7 @@ services: PHOTOPRISM_DATABASE_USER: "photoprism" # MariaDB database user name PHOTOPRISM_DATABASE_PASSWORD: "_admin_password_" # MariaDB database user password ## Run/install on first startup, see https://github.com/photoprism/photoprism/blob/develop/scripts/dist/Makefile: - PHOTOPRISM_INIT: "https tensorflow" # common options: update tensorflow https intel gpu davfs + PHOTOPRISM_INIT: "https tensorflow" # common options: update https tensorflow tensorflow-gpu intel gpu davfs ## Video Transcoding (https://docs.photoprism.app/getting-started/advanced/transcoding/): # PHOTOPRISM_FFMPEG_ENCODER: "software" # H.264/AVC encoder (software, intel, nvidia, apple, raspberry, or vaapi) # PHOTOPRISM_FFMPEG_SIZE: "1920" # video size limit in pixels (720-7680) (default: 3840) diff --git a/setup/docker/compose.yaml b/setup/docker/compose.yaml index 31835f4f5..786911a2b 100644 --- a/setup/docker/compose.yaml +++ b/setup/docker/compose.yaml @@ -86,7 +86,7 @@ services: PHOTOPRISM_SITE_DESCRIPTION: "" # meta site description PHOTOPRISM_SITE_AUTHOR: "" # meta site author ## Run/install on first startup, see https://github.com/photoprism/photoprism/blob/develop/scripts/dist/Makefile: - PHOTOPRISM_INIT: "https tensorflow" # common options: update tensorflow https intel gpu davfs + PHOTOPRISM_INIT: "https tensorflow" # common options: update https tensorflow tensorflow-gpu intel gpu davfs ## Video Transcoding (https://docs.photoprism.app/getting-started/advanced/transcoding/): # PHOTOPRISM_FFMPEG_ENCODER: "software" # H.264/AVC encoder (software, intel, nvidia, apple, raspberry, or vaapi) # PHOTOPRISM_FFMPEG_SIZE: "1920" # video size limit in pixels (720-7680) (default: 3840) diff --git a/setup/docker/macos/compose.yaml b/setup/docker/macos/compose.yaml index 273ee9271..29a216d94 100644 --- a/setup/docker/macos/compose.yaml +++ b/setup/docker/macos/compose.yaml @@ -80,7 +80,7 @@ services: PHOTOPRISM_SITE_DESCRIPTION: "" # meta site description PHOTOPRISM_SITE_AUTHOR: "" # meta site author ## Run/install on first startup, see https://github.com/photoprism/photoprism/blob/develop/scripts/dist/Makefile: - PHOTOPRISM_INIT: "https tensorflow" # common options: update tensorflow https intel gpu davfs + PHOTOPRISM_INIT: "https tensorflow" # common options: update https tensorflow tensorflow-gpu intel gpu davfs ## Video Transcoding (https://docs.photoprism.app/getting-started/advanced/transcoding/): # PHOTOPRISM_FFMPEG_ENCODER: "software" # H.264/AVC encoder (software, intel, nvidia, apple, raspberry, or vaapi) # PHOTOPRISM_FFMPEG_SIZE: "1920" # video size limit in pixels (720-7680) (default: 3840) diff --git a/setup/docker/nvidia/compose.yaml b/setup/docker/nvidia/compose.yaml index 272395470..7d436d9cd 100644 --- a/setup/docker/nvidia/compose.yaml +++ b/setup/docker/nvidia/compose.yaml @@ -90,7 +90,7 @@ services: PHOTOPRISM_SITE_AUTHOR: "" # meta site author PHOTOPRISM_SITE_CAPTION: "AI-Powered Photos App" ## Run/install on first startup, see https://github.com/photoprism/photoprism/blob/develop/scripts/dist/Makefile: - PHOTOPRISM_INIT: "https tensorflow" # common options: update tensorflow https intel gpu davfs + PHOTOPRISM_INIT: "https tensorflow-gpu" # common options: update https tensorflow tensorflow-gpu intel gpu davfs ## Nvidia Video Transcoding (https://docs.photoprism.app/getting-started/advanced/transcoding/#nvidia-container-toolkit): NVIDIA_VISIBLE_DEVICES: "all" NVIDIA_DRIVER_CAPABILITIES: "all" diff --git a/setup/docker/portainer/stack.env b/setup/docker/portainer/stack.env index c9a279f62..ef5a26d04 100644 --- a/setup/docker/portainer/stack.env +++ b/setup/docker/portainer/stack.env @@ -70,7 +70,7 @@ PHOTOPRISM_SITE_AUTHOR= # PHOTOPRISM_FFMPEG_SIZE=1920 # video size limit in pixels (720-7680) (default: 3840) # PHOTOPRISM_FFMPEG_BITRATE=32 # video bitrate limit in Mbps (default: 60) ## Run/install on first startup, see https://github.com/photoprism/photoprism/blob/develop/scripts/dist/Makefile: -PHOTOPRISM_INIT: "https tensorflow" # common options: update tensorflow https intel gpu davfs +PHOTOPRISM_INIT: "https tensorflow" # common options: update https tensorflow tensorflow-gpu intel gpu davfs ## Run as a non-root user after initialization (supported: 0, 33, 50-99, 500-600, and 900-1200): # PHOTOPRISM_UID=1000 # PHOTOPRISM_GID=1000 diff --git a/setup/docker/scheduler/compose.yaml b/setup/docker/scheduler/compose.yaml index 11fab3bc8..b143453f6 100644 --- a/setup/docker/scheduler/compose.yaml +++ b/setup/docker/scheduler/compose.yaml @@ -84,7 +84,7 @@ services: PHOTOPRISM_SITE_DESCRIPTION: "" # meta site description PHOTOPRISM_SITE_AUTHOR: "" # meta site author ## Run/install on first startup, see https://github.com/photoprism/photoprism/blob/develop/scripts/dist/Makefile: - PHOTOPRISM_INIT: "https tensorflow" # common options: update tensorflow https intel gpu davfs + PHOTOPRISM_INIT: "https tensorflow" # common options: update https tensorflow tensorflow-gpu intel gpu davfs ## Video Transcoding (https://docs.photoprism.app/getting-started/advanced/transcoding/): # PHOTOPRISM_FFMPEG_ENCODER: "software" # H.264/AVC encoder (software, intel, nvidia, apple, raspberry, or vaapi) # PHOTOPRISM_FFMPEG_SIZE: "1920" # video size limit in pixels (720-7680) (default: 3840) diff --git a/setup/docker/sqlite/compose.yaml b/setup/docker/sqlite/compose.yaml index 3f5e36607..a89a2b71b 100644 --- a/setup/docker/sqlite/compose.yaml +++ b/setup/docker/sqlite/compose.yaml @@ -77,7 +77,7 @@ services: PHOTOPRISM_SITE_DESCRIPTION: "" # meta site description PHOTOPRISM_SITE_AUTHOR: "" # meta site author ## Run/install on first startup, see https://github.com/photoprism/photoprism/blob/develop/scripts/dist/Makefile: - PHOTOPRISM_INIT: "https tensorflow" # common options: update tensorflow https intel gpu davfs + PHOTOPRISM_INIT: "https tensorflow" # common options: update https tensorflow tensorflow-gpu intel gpu davfs ## Video Transcoding (https://docs.photoprism.app/getting-started/advanced/transcoding/): # PHOTOPRISM_FFMPEG_ENCODER: "software" # H.264/AVC encoder (software, intel, nvidia, apple, raspberry, or vaapi) # PHOTOPRISM_FFMPEG_SIZE: "1920" # video size limit in pixels (720-7680) (default: 3840) diff --git a/setup/podman/docker-compose.yml b/setup/podman/docker-compose.yml index 42b30a99c..03a332504 100644 --- a/setup/podman/docker-compose.yml +++ b/setup/podman/docker-compose.yml @@ -95,7 +95,7 @@ services: PHOTOPRISM_SITE_DESCRIPTION: "" # meta site description PHOTOPRISM_SITE_AUTHOR: "" # meta site author ## Run/install on first startup, see https://github.com/photoprism/photoprism/blob/develop/scripts/dist/Makefile: - PHOTOPRISM_INIT: "https tensorflow" # common options: update tensorflow https intel gpu davfs + PHOTOPRISM_INIT: "https tensorflow" # common options: update https tensorflow tensorflow-gpu intel gpu davfs ## Video Transcoding (https://docs.photoprism.app/getting-started/advanced/transcoding/): # PHOTOPRISM_FFMPEG_ENCODER: "software" # H.264/AVC encoder (software, intel, nvidia, apple, raspberry, or vaapi) # PHOTOPRISM_FFMPEG_SIZE: "1920" # video size limit in pixels (720-7680) (default: 3840)