From 5bf8fe9e1dbb88dea1d040d9541cd5289b2e23eb Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 17 Feb 2026 00:28:42 +0100 Subject: [PATCH] build --- __swarm/immich/immich-swarm.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/__swarm/immich/immich-swarm.yml b/__swarm/immich/immich-swarm.yml index c14abfe..4748173 100644 --- a/__swarm/immich/immich-swarm.yml +++ b/__swarm/immich/immich-swarm.yml @@ -1,11 +1,11 @@ services: server: image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} - # devices: - # - /dev/dri:/dev/dri - # group_add: - # - video - # - 993 + devices: + - /dev/dri:/dev/dri + group_add: + - video + - 993 volumes: - ${UPLOAD_LOCATION}:/data - /etc/localtime:/etc/localtime:ro @@ -40,10 +40,10 @@ services: - node.role == manager machine-learning: image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release} - # device_cgroup_rules: - # - 'c 189:* rmw' - # devices: - # - /dev/dri:/dev/dri + device_cgroup_rules: + - 'c 189:* rmw' + devices: + - /dev/dri:/dev/dri volumes: - model-cache:/cache - /dev/bus/usb:/dev/bus/usb