This commit is contained in:
2026-03-30 18:40:07 +02:00
parent 9ac1707617
commit b24fa2e13d

View File

@@ -71,6 +71,22 @@ services:
restart: always restart: always
healthcheck: healthcheck:
disable: false disable: false
immich-go:
container_name: immich_go
image: ghcr.io/immich-app/immich-go:latest
environment:
- IMMICH_HOST=http://immich-server:2283
- IMMICH_API_KEY=Wh4UOaZqLFBQYAjY4ymnzVL4CL1jpdfLgAjLi3XwaUo
- IMPORT_PATH=/import
- CONCURRENCY=4
- SKIP_EXISTING=true
- ENABLE_ML=true
volumes:
- /mnt/immichDatenOnQNAP/import:/import:rw
depends_on:
- immich-server
restart: "no"
volumes: volumes:
model-cache: model-cache: