# Dev-only overlay env for docker-compose.mock.yaml # Use together with dev.env.example: # docker compose --env-file env/dev.env.example --env-file env/mock.env.example -f docker-compose.dev.yaml -f docker-compose.mock.yaml config # Optional: override ports if you expose mock services ORCHESTRATOR_PORT=8450 POLICY_REGISTRY_PORT=8451 VEX_LENS_PORT=8452 FINDINGS_LEDGER_PORT=8453 VULN_EXPLORER_API_PORT=8454 PACKS_REGISTRY_PORT=8455 TASK_RUNNER_PORT=8456