Set version to immich to a stable one

This commit is contained in:
Colin Hebert
2024-01-02 11:37:17 +01:00
parent c559302b0f
commit 3aee96655d

View File

@@ -3,7 +3,7 @@ name: photo-collector
services: services:
immich: immich:
hostname: immich hostname: immich
image: ghcr.io/immich-app/immich-server image: ghcr.io/immich-app/immich-server:release
command: [ "start.sh", "immich" ] command: [ "start.sh", "immich" ]
depends_on: depends_on:
- redis - redis
@@ -17,7 +17,7 @@ services:
immich-microservices: immich-microservices:
hostname: immich-microservices hostname: immich-microservices
image: ghcr.io/immich-app/immich-server image: ghcr.io/immich-app/immich-server:release
command: [ "start.sh", "microservices" ] command: [ "start.sh", "microservices" ]
depends_on: depends_on:
- redis - redis
@@ -28,7 +28,7 @@ services:
immich-machine-learning: immich-machine-learning:
hostname: immich-machine-learning hostname: immich-machine-learning
image: ghcr.io/immich-app/immich-machine-learning image: ghcr.io/immich-app/immich-machine-learning:release
volumes: volumes:
- ${NASCOMPOSE_SERVICES?}/photo-collector/volumes/imich_ml_cache/:/cache/ - ${NASCOMPOSE_SERVICES?}/photo-collector/volumes/imich_ml_cache/:/cache/
restart: unless-stopped restart: unless-stopped