Files
sencho/backend
SaelixCode d62ac09503 fix(stats): classify managed containers by working_dir instead of project name
Containers launched from the COMPOSE_DIR root (not individual subdirs)
all share the root folder's name as their com.docker.compose.project
label, making them appear as "external" despite being in COMPOSE_DIR.

Switch to com.docker.compose.project.working_dir: a container is
managed if its working directory is within COMPOSE_DIR, regardless
of what project name Docker Compose assigned to it.
2026-03-22 18:36:17 -04:00
..