Files
beaver-agent/docker-compose.override.yml.example
hh 6410efbe03 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.
2026-08-27 23:21:31 +02:00

6 lines
134 B
Plaintext

# Local overrides, not committed. Copy to docker-compose.override.yml.
services:
postgres:
ports:
- "127.0.0.1:5432:5432"