20 lines
390 B
INI
20 lines
390 B
INI
[Unit]
|
|
Description=Immich machine learning container
|
|
|
|
[Container]
|
|
AutoUpdate=registry
|
|
ContainerName=immich-ml
|
|
Environment=TZ=Europe/Zurich
|
|
Image=ghcr.io/immich-app/immich-machine-learning:release
|
|
Label=io.containers.autoupdate=registry
|
|
Pod=immich.pod
|
|
StartWithPod=true
|
|
Timezone=Europe/Zurich
|
|
Volume=immich-ml-cache.volume:/cache
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|