immich: restore yaml default to :-release, version controlled via immich.env
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@
|
||||
services:
|
||||
immich-server:
|
||||
hostname: immich
|
||||
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-v3}
|
||||
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
|
||||
volumes:
|
||||
- ${UPLOAD_LOCATION}:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
@@ -47,7 +47,7 @@ services:
|
||||
|
||||
immich-machine-learning:
|
||||
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:
|
||||
- model-cache:/cache
|
||||
- /dev/dri:/dev/dri
|
||||
|
||||
Reference in New Issue
Block a user