Compare commits

...

2 commits

Author SHA1 Message Date
f6934bdf2a chore(compose): pin project name to infoxtractor
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>
2026-04-18 19:57:16 +02:00
ce33aff174 chore: MVP deployed (#42)
All checks were successful
tests / test (push) Successful in 1m14s
2026-04-18 12:08:21 +00:00

View file

@ -10,6 +10,8 @@
# The GPU reservation block matches immich-ml / the shape Docker Compose # The GPU reservation block matches immich-ml / the shape Docker Compose
# expects for GPU allocation on this host. # expects for GPU allocation on this host.
name: infoxtractor
services: services:
infoxtractor: infoxtractor:
build: . build: .