chore(compose): pin project name to infoxtractor
All checks were successful
tests / test (push) Successful in 2m6s
All checks were successful
tests / test (push) Successful in 2m6s
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) <noreply@anthropic.com>
This commit is contained in:
parent
ce33aff174
commit
f6934bdf2a
1 changed files with 2 additions and 0 deletions
|
|
@ -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: .
|
||||
|
|
|
|||
Loading…
Reference in a new issue