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
+5
View File
@@ -0,0 +1,5 @@
# Local overrides, not committed. Copy to docker-compose.override.yml.
services:
postgres:
ports:
- "127.0.0.1:5432:5432"