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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user