chore: scaffold M0 — repo structure, ADRs, dev environment, pre-merge checklist
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Local development overrides only. Never referenced by Coolify — see docker-compose.prod.yml for that.
|
||||
services:
|
||||
postgres:
|
||||
ports:
|
||||
- "5432:5432"
|
||||
|
||||
qdrant:
|
||||
ports:
|
||||
- "6333:6333"
|
||||
- "6334:6334"
|
||||
|
||||
redis:
|
||||
ports:
|
||||
- "6379:6379"
|
||||
Reference in New Issue
Block a user