-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
26 lines (26 loc) · 890 Bytes
/
docker-compose.yml
File metadata and controls
26 lines (26 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
services:
wmm-web:
image: p3000/asu-cds-wmm:latest
ports:
- "4200:80"
environment:
- WMM_FHIR_BASE_URL=http://localhost:8080/fhir
- WMM_LIBRARY_ID=WeightManagement
wmm-hapi-fhir:
image: hapiproject/hapi:v8.4.0-2
ports:
- "8080:8080"
environment:
- hapi.fhir.fhir_version=R4
- spring.main.allow-bean-definition-overriding=true
- hapi.fhir.expunge_enabled=true
- hapi.fhir.allow_multiple_delete=true
- hapi.fhir.bulk_export_enabled=true
- hapi.fhir.bulk_import_enabled=true
- hapi.fhir.enable_index_missing_fields=true
- hapi.fhir.cdshooks.enabled=true
- hapi.fhir.cr.enabled=true
stack-controller:
image: p3000/asu-cds-data:latest
ports:
- "4204:80"