Allow simulation for UAT and add more mimic-iv scenarios
CI / backend (push) Successful in 9m56s
CI / frontend (push) Successful in 1m54s

This commit is contained in:
2026-08-11 07:25:55 +08:00
parent 87e551c0d7
commit 8f36ffbb02
17 changed files with 18608 additions and 7 deletions
+9
View File
@@ -68,6 +68,15 @@ services:
Seeding__GatewayCode: "${GATEWAY_CODE:-GW-ICU-1}"
Seeding__GatewayDepartment: "${GATEWAY_DEPARTMENT:-ICU}"
Swagger__Enabled: "false"
# UAT clinical simulation — scenarios ship in the image under Scenarios/List.
# SIMULATION_ENABLED defaults on for this evaluation environment; set false
# when promoting to a DB that holds real care data.
Simulation__Enabled: "${SIMULATION_ENABLED:-true}"
Simulation__ScenarioDirectory: "Scenarios/List"
Simulation__LoopbackBaseUrl: "http://localhost:8080"
Simulation__RunnerUsername: "simulation.runner"
Simulation__RunnerPassword: "${SIMULATION_RUNNER_PASSWORD}"
Simulation__MaxConcurrentRuns: "${SIMULATION_MAX_CONCURRENT_RUNS:-8}"
volumes:
# CRITICAL: the Data Protection keyring encrypts patient PHI. If this
# volume is lost, every encrypted patient record becomes unreadable.