From 236b40248e9231c7dfbfa92e0d004758cbe3025c Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 1 Jul 2026 16:34:56 +0200 Subject: [PATCH] fix(photos): add network alias so Immich server can reach the ML container Immich defaults to http://immich-machine-learning:3003 but the container is named stack-photos-ml. Without the alias, all ML jobs (CLIP, OCR, face detection) fail silently. --- stacklets/photos/docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stacklets/photos/docker-compose.yml b/stacklets/photos/docker-compose.yml index 6599380..2f77b2c 100644 --- a/stacklets/photos/docker-compose.yml +++ b/stacklets/photos/docker-compose.yml @@ -42,7 +42,9 @@ services: # Metal is not yet supported in the Docker image. Still fast enough for # face recognition and CLIP search on M-series chips. networks: - - stack + stack: + aliases: + - immich-machine-learning volumes: - model-cache:/cache env_file: