From f6934bdf2a26a192a89c3799725e890e9f1a0a87 Mon Sep 17 00:00:00 2001 From: Dirk Riemann Date: Sat, 18 Apr 2026 19:56:38 +0200 Subject: [PATCH] chore(compose): pin project name to `infoxtractor` Without `name:`, Compose infers the project from the parent directory (`app/` on the server), so containers show up under an "app" stack in the infra monitoring dashboard instead of "infoxtractor". Co-Authored-By: Claude Opus 4.7 (1M context) --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 9fbb6d8..baaec63 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,8 @@ # The GPU reservation block matches immich-ml / the shape Docker Compose # expects for GPU allocation on this host. +name: infoxtractor + services: infoxtractor: build: .