-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.countryconfig.prod-deploy.yml
87 lines (74 loc) · 2.65 KB
/
docker-compose.countryconfig.prod-deploy.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
82
83
84
85
86
87
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
#
# OpenCRVS is also distributed under the terms of the Civil Registration
# & Healthcare Disclaimer located at http://opencrvs.org/license.
#
# Copyright (C) The OpenCRVS Authors. OpenCRVS and the OpenCRVS
# graphic logo are (registered/a) trademark(s) of Plan International.
version: '3.3'
services:
notification:
environment:
- LANGUAGES=en,fr
- SENTRY_DSN=https://f892d643aab642108f44e2d1795706bc@o309867.ingest.sentry.io/1774604
countryconfig:
image: ${DOCKERHUB_ACCOUNT}/${DOCKERHUB_REPO}:${COUNTRY_CONFIG_VERSION:-latest}
restart: unless-stopped
secrets:
- jwt-public-key.{{ts}}
environment:
- NODE_ENV=production
- FHIR_URL=http://hearth:3447/fhir
- AUTH_URL=http://auth:4040
- OPENHIM_URL=http://openhim-core:5001/fhir
- CONFIRM_REGISTRATION_URL=http://openhim-core:5001/confirm/registration
- CHECK_INVALID_TOKEN=true
- HOSTNAME=${HOSTNAME}
#- SMS_PROVIDER=
#- CLICKATELL_USER_PATH=
#- CLICKATELL_PASSWORD_PATH=
#- CLICKATELL_API_ID_PATH=
#- INFOBIP_GATEWAY_ENDPOINT_PATH=
#- INFOBIP_API_KEY_PATH=
#- INFOBIP_SENDER_ID_PATH=
- SENTRY_DSN=https://f892d643aab642108f44e2d1795706bc@o309867.ingest.sentry.io/1774604
deploy:
replicas: 1
networks:
- overlay_net
client:
environment:
- DECLARED_DECLARATION_SEARCH_QUERY_COUNT = 100
gateway:
environment:
- LANGUAGES=en,fr
- SENTRY_DSN=https://f892d643aab642108f44e2d1795706bc@o309867.ingest.sentry.io/1774604
workflow:
environment:
- LANGUAGES=en,fr
- SENTRY_DSN=https://f892d643aab642108f44e2d1795706bc@o309867.ingest.sentry.io/1774604
auth:
environment:
- SENTRY_DSN=https://f892d643aab642108f44e2d1795706bc@o309867.ingest.sentry.io/1774604
user-mgnt:
environment:
- SENTRY_DSN=https://f892d643aab642108f44e2d1795706bc@o309867.ingest.sentry.io/1774604
config:
environment:
- SENTRY_DSN=https://f892d643aab642108f44e2d1795706bc@o309867.ingest.sentry.io/1774604
metrics:
environment:
- SENTRY_DSN=https://f892d643aab642108f44e2d1795706bc@o309867.ingest.sentry.io/1774604
search:
environment:
- SENTRY_DSN=https://f892d643aab642108f44e2d1795706bc@o309867.ingest.sentry.io/1774604
webhooks:
environment:
- SENTRY_DSN=https://f892d643aab642108f44e2d1795706bc@o309867.ingest.sentry.io/1774604
secrets:
openhim-user:
external: true
openhim-password:
external: true