immich: restore yaml default to :-release, version controlled via immich.env
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-07-02 07:32:38 -07:00
parent 988ad3b573
commit eff099eddf
+2 -2
View File
@@ -5,7 +5,7 @@
services: services:
immich-server: immich-server:
hostname: immich hostname: immich
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-v3} image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
volumes: volumes:
- ${UPLOAD_LOCATION}:/data - ${UPLOAD_LOCATION}:/data
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
@@ -47,7 +47,7 @@ services:
immich-machine-learning: immich-machine-learning:
hostname: immich-ml hostname: immich-ml
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-v3}-openvino image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-openvino
volumes: volumes:
- model-cache:/cache - model-cache:/cache
- /dev/dri:/dev/dri - /dev/dri:/dev/dri