feat(infra): compose profiles, Makefile, local override example

All services sit behind profiles (db, gateway, obsidian) selected via
COMPOSE_PROFILES in .env; Makefile with the usual verbs and a `deploy`
target that pushes main:stable.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
hh
2026-08-27 23:21:31 +02:00
co-authored by Claude Fable 5
parent 967cc82ee6
commit a937500d9b
5 changed files with 45 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
# Which services to run. Everything is behind a profile: db, gateway, obsidian.
COMPOSE_PROFILES=db,gateway,obsidian
GATEWAY_REF=main
# Uncomment when developing against a sibling ../beaver-gateway checkout.