Files
MobilityOps/compose.test.yaml
T

26 lines
671 B
YAML

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"
DEMO_RESET_COOLDOWN_SECONDS: "0"
ports: !reset []
web:
ports: !reset []
n8n:
profiles: ["never-in-tests"]