Set version to immich to a stable one
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user