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'