mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
feat(immich): upgrade Docker images for Immich services (#458)
This commit is contained in:
@@ -2,7 +2,7 @@ version: "3.9"
|
||||
|
||||
services:
|
||||
immich-server:
|
||||
image: ghcr.io/immich-app/immich-server:v1.121.0
|
||||
image: ghcr.io/immich-app/immich-server:v2.1.0
|
||||
|
||||
volumes:
|
||||
- immich-library:/usr/src/app/upload
|
||||
@@ -36,7 +36,7 @@ services:
|
||||
retries: 3
|
||||
|
||||
immich-machine-learning:
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.121.0
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.1.0
|
||||
|
||||
volumes:
|
||||
- immich-model-cache:/cache
|
||||
@@ -64,7 +64,7 @@ services:
|
||||
restart: always
|
||||
|
||||
immich-database:
|
||||
image: tensorchord/pgvecto-rs:pg14-v0.2.0
|
||||
image: tensorchord/pgvecto-rs:pg14-v0.3.0
|
||||
|
||||
volumes:
|
||||
- immich-postgres:/var/lib/postgresql/data
|
||||
@@ -104,4 +104,4 @@ volumes:
|
||||
immich-model-cache:
|
||||
immich-postgres:
|
||||
immich-library:
|
||||
immich-redis-data:
|
||||
immich-redis-data:
|
||||
|
||||
Reference in New Issue
Block a user