live containers on quadlets

This commit is contained in:
2024-02-29 00:29:28 +01:00
parent a446962e85
commit f8a9e8e102
9 changed files with 32 additions and 8 deletions

View File

@ -1,9 +1,11 @@
# immich-machine-learning.container
[Container]
ContainerName=immich_machine_learning
HostName=immich_machine_learning
EnvironmentFile=.env
Image=ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
Volume=model-cache:/cache
Image=ghcr.io/immich-app/immich-machine-learning:release
Volume=model-cache.volume:/cache
Network=immich-network.network
[Service]
Restart=always