[immich] immich-machine-learning missing healthcheck and deploy constraints #21

Open
opened 2026-04-16 16:26:30 +02:00 by diyon · 0 comments
Contributor

The immich-machine-learning service has no healthcheck and no deploy constraints, which can cause issues on Swarm.

File: immich/compose.yaml

Missing:

  • Healthcheck (similar to other services)
  • Deploy placement constraints (may run on any node but model-cache volume is local)
  • Resource limits like other services

Suggested fix:

The `immich-machine-learning` service has no healthcheck and no deploy constraints, which can cause issues on Swarm. **File:** `immich/compose.yaml` **Missing:** - Healthcheck (similar to other services) - Deploy placement constraints (may run on any node but model-cache volume is local) - Resource limits like other services **Suggested fix:**
diyon closed this issue 2026-04-17 12:46:18 +02:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kreativmonkey/homelab-app#21
No description provided.