File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -17,27 +17,27 @@ services:
17
17
image : jembi/openhim-core:latest
18
18
restart : unless-stopped
19
19
environment :
20
- - mongo_url=" mongodb://mongo-db/openhim-development"
21
- - mongo_atnaUrl=" mongodb://mongo-db/openhim-development"
22
- - NODE_ENV=" development"
20
+ - mongo_url=mongodb://mongo-db/openhim-development
21
+ - mongo_atnaUrl=mongodb://mongo-db/openhim-development
22
+ - NODE_ENV=development
23
23
- api_authenticationTypes=["token", "basic", "openid", "local"]
24
24
- authentication_enableCustomTokenAuthentication=true
25
25
- authentication_enableJWTAuthentication=true
26
26
- authentication_jwt_secretOrPublicKey=secret
27
27
- authentication_jwt_algorithms=HS256
28
28
- authentication_jwt_issuer=openhim
29
- - openhimConsoleBaseUrl=" http://localhost:9000"
29
+ - openhimConsoleBaseUrl=http://localhost:9000
30
30
ports :
31
31
- " 8080:8080"
32
32
- " 5000:5000"
33
33
- " 5001:5001"
34
34
networks :
35
35
- openhim
36
36
healthcheck :
37
- test : " curl -sSk https://openhim-core:8080/heartbeat || exit 1"
38
- interval : 30s
39
- timeout : 30s
40
- retries : 3
37
+ test : " curl -sSk https://openhim-core:8080/heartbeat || exit 1"
38
+ interval : 30s
39
+ timeout : 30s
40
+ retries : 3
41
41
42
42
openhim-console :
43
43
container_name : openhim-console
@@ -48,10 +48,10 @@ services:
48
48
ports :
49
49
- " 9000:80"
50
50
healthcheck :
51
- test : " curl -sS http://openhim-console || exit 1"
52
- interval : 30s
53
- timeout : 30s
54
- retries : 3
51
+ test : " curl -sS http://openhim-console || exit 1"
52
+ interval : 30s
53
+ timeout : 30s
54
+ retries : 3
55
55
56
56
volumes :
57
57
mongo-data :
You can’t perform that action at this time.
0 commit comments