M16: isolate acceptance and harden readiness
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user