fix(api): constrain disposition_overrides keys; close docker paper cuts

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-09 12:54:01 -05:00
parent 4ab0e564ef
commit e39d1a446e
5 changed files with 16 additions and 17 deletions

View File

@@ -10,7 +10,8 @@ services:
ports:
- "8000:8000"
env_file:
- ./api/.env
- path: ./api/.env
required: false
environment:
PORT: 8000
# Mount source + schemas so edits are live without a rebuild.