-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.yaml
76 lines (71 loc) · 1.88 KB
/
config.yaml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
projectName: sedish-haiti
image: itechuw/sedish-haiti:latest
logPath: /tmp/logs
packages:
- interoperability-layer-openhim
- reverse-proxy-nginx
- fhir-datastore-hapi-fhir
- monitoring
- database-postgres
- database-mysql
- identity-access-manager-keycloak
- client-registry-opencr
- analytics-datastore-elastic-search
# - analytics-datastore-clickhouse
- message-bus-kafka
- shared-health-record-fhir
# - dashboard-visualiser-superset
# Sedish Haiti packages
- emr-isanteplus
- data-pipeline-isanteplus
- document-data-store-xds
- shared-health-record-openshr
- openhim-mediator-openxds
- lnsp-mediator
profiles:
- name: dev
packages:
- interoperability-layer-openhim
- reverse-proxy-nginx
- fhir-datastore-hapi-fhir
- monitoring
- database-postgres
- identity-access-manager-keycloak
- client-registry-opencr
- analytics-datastore-elastic-search
- message-bus-kafka
- shared-health-record-fhir
- dashboard-visualiser-kibana
# Sedish Haiti packages
- emr-isanteplus
- data-pipeline-isanteplus
- document-data-store-xds
- shared-health-record-openshr
- openhim-mediator-openxds
envFiles:
- .env
dev: true
only: false
- name: prod
packages:
- interoperability-layer-openhim
- reverse-proxy-nginx
- fhir-datastore-hapi-fhir
- monitoring
- database-postgres
- identity-access-manager-keycloak
- client-registry-opencr
- analytics-datastore-elastic-search
- message-bus-kafka
- shared-health-record-fhir
- dashboard-visualiser-kibana
# Sedish Haiti packages
- emr-isanteplus
- data-pipeline-isanteplus
- document-data-store-xds
- shared-health-record-openshr
- openhim-mediator-openxds
envFiles:
- .env.prod
dev: false
only: false