M16: isolate acceptance and harden readiness

This commit is contained in:
NuklearRabbit
2026-08-10 12:08:42 +02:00
parent 2ee8b2d82b
commit 686795a452
13 changed files with 200 additions and 41 deletions
+24
View File
@@ -0,0 +1,24 @@
services:
db:
environment:
POSTGRES_DB: mobilityops_test
POSTGRES_USER: mobilityops_test
POSTGRES_PASSWORD: mobilityops_test
healthcheck:
test: ["CMD-SHELL", "pg_isready -U mobilityops_test -d mobilityops_test"]
api:
environment:
MOBILITYOPS_ENV: test
MOBILITYOPS_DEMO_MODE: "true"
DATABASE_URL: postgresql+psycopg://mobilityops_test:mobilityops_test@db:5432/mobilityops_test
KNOWLEDGE_PROVIDER: demo
MCP_HUB_REGISTRATION_ENABLED: "false"
DEMO_ALLOW_RESET: "true"
ports: !reset []
web:
ports: !reset []
n8n:
profiles: ["never-in-tests"]