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