forked from PharmAccess/MamaToto-HIE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
executable file
·81 lines (71 loc) · 2.11 KB
/
config.yml
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
77
78
79
80
81
# projectName: MamaToto
# image: jembi/platform:latest
# logPath: /tmp/logs
# packages:
# - reverse-proxy-nginx
# - identity-access-manager-keycloak
# customPackages:
# - id: mamatoto-datastore-hapi-fhir
# path: ./mamatoto-datastore-hapi-fhir
# - id: mamatoto-interoperability-layer-openhim
# path: ./mamatoto-interoperability-layer-openhim
# - id: mamatoto-openhim-mediators
# path: ./mamatoto-openhim-mediators
# profiles:
# - name: mamatoto
# packages:
# - mamatoto-interoperability-layer-openhim
# - reverse-proxy-nginx
# - mamatoto-datastore-hapi-fhir
# - mamatoto-openhim-mediators
# - identity-access-manager-keycloak
# envFiles:
# - .env
# dev: true
# only: true
---
projectName: mamatoto-hie-on-platform
image: jembi/platform:latest
logPath: /tmp/logs
packages:
- reverse-proxy-nginx
- identity-access-manager-keycloak
- interoperability-layer-openhim
- fhir-datastore-hapi-fhir
customPackages:
- id: fhir-datastore-hapi-fhir # override
path: ./packages/fhir-datastore-hapi-fhir
- id: interoperability-layer-openhim # override
path: ./packages/interoperability-layer-openhim
- id: custom-mediation-services # custom - Validation/splitter + Persistance services
path: ./packages/custom-mediation-services
- id: mock-claims-post-office # custom
path: ./packages/mock-claims-post-office
profiles:
# Local Deployment
- name: local
packages:
- identity-access-manager-keycloak
- interoperability-layer-openhim
- fhir-datastore-hapi-fhir
- message-bus-kafka
- custom-mediation-services
- mock-claims-post-office
envFiles:
- ./.env.local
dev: true
# # Staging Deployment
# - name: staging
# packages:
# - reverse-proxy-nginx
# - identity-access-manager-keycloak
# - interoperability-layer-openhim
# - fhir-datastore-hapi-fhir
# - message-bus-kafka
# - message-bus-kafka-zookeeper
# - mediator-validation-splitter
# - mediator-persistance
# - mock-claims-post-office
# envFiles:
# - ./.env.staging
# dev: false