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.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Local overrides, not committed. Copy to docker-compose.override.yml.
|
||||
services:
|
||||
postgres:
|
||||
ports:
|
||||
- "127.0.0.1:5432:5432"
|
||||
Reference in New Issue
Block a user