fix(immich): Use release tag for Immich

This commit is contained in:
Adrien Poupa 2024-04-22 00:23:46 -04:00
parent 8799774f50
commit ffc7d0b13d

View File

@ -40,7 +40,7 @@ services:
immich-microservices:
container_name: immich_microservices
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
image: ghcr.io/immich-app/immich-server:release
environment:
DB_HOSTNAME: immich_postgres
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
@ -67,7 +67,7 @@ services:
immich-machine-learning:
container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
image: ghcr.io/immich-app/immich-machine-learning:release
volumes:
- immich-model-cache:/cache
restart: always