From e77462a6020b8e3582a4eea53e936a3dfb1feeaa Mon Sep 17 00:00:00 2001 From: jaydee Date: Fri, 5 Dec 2025 23:05:40 +0100 Subject: [PATCH] build --- __swarm/immich/immich-swarm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__swarm/immich/immich-swarm.yml b/__swarm/immich/immich-swarm.yml index 2d71558..c14abfe 100644 --- a/__swarm/immich/immich-swarm.yml +++ b/__swarm/immich/immich-swarm.yml @@ -1,5 +1,5 @@ services: - immich-server: + server: image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} # devices: # - /dev/dri:/dev/dri @@ -38,7 +38,7 @@ services: placement: constraints: - node.role == manager - immich-machine-learning: + machine-learning: image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release} # device_cgroup_rules: # - 'c 189:* rmw'