This commit is contained in:
2025-12-05 23:05:40 +01:00
parent 3b3a520099
commit e77462a602

View File

@@ -1,5 +1,5 @@
services: services:
immich-server: server:
image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
# devices: # devices:
# - /dev/dri:/dev/dri # - /dev/dri:/dev/dri
@@ -38,7 +38,7 @@ services:
placement: placement:
constraints: constraints:
- node.role == manager - node.role == manager
immich-machine-learning: machine-learning:
image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release} image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
# device_cgroup_rules: # device_cgroup_rules:
# - 'c 189:* rmw' # - 'c 189:* rmw'