File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ services:
14
14
- default
15
15
ports :
16
16
- " ${ORION_PORT}:${ORION_PORT}" # localhost:1026
17
- command : -dbhost mongo-db -logLevel DEBUG -noCache
17
+ command : -dbURI mongodb:// mongo-db -logLevel DEBUG -noCache
18
18
healthcheck :
19
19
test : curl --fail -s http://orion:${ORION_PORT}/version || exit 1
20
20
interval : 5s
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ services:
31
31
- default
32
32
ports :
33
33
- " ${ORION_PORT}:${ORION_PORT}" # localhost:1026
34
- command : -dbhost mongo-db -logLevel DEBUG -noCache
34
+ command : -dbURI mongodb:// mongo-db -logLevel DEBUG -noCache
35
35
healthcheck :
36
36
test : curl --fail -s http://orion:${ORION_PORT}/version || exit 1
37
37
interval : 5s
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ services:
31
31
- default
32
32
ports :
33
33
- " ${ORION_PORT}:${ORION_PORT}" # localhost:1026
34
- command : -dbhost mongo-db -logLevel DEBUG -noCache
34
+ command : -dbURI mongodb:// mongo-db -logLevel DEBUG -noCache
35
35
healthcheck :
36
36
test : curl --fail -s http://orion:${ORION_PORT}/version || exit 1
37
37
interval : 5s
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ services:
31
31
- default
32
32
ports :
33
33
- " ${ORION_PORT}:${ORION_PORT}" # localhost:1026
34
- command : -dbhost mongo-db -logLevel DEBUG -noCache
34
+ command : -dbURI mongodb:// mongo-db -logLevel DEBUG -noCache
35
35
healthcheck :
36
36
test : curl --fail -s http://orion:${ORION_PORT}/version || exit 1
37
37
interval : 5s
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ services:
31
31
- default
32
32
ports :
33
33
- " ${ORION_PORT}:${ORION_PORT}" # localhost:1026
34
- command : -dbhost mongo-db -logLevel DEBUG -noCache
34
+ command : -dbURI mongodb:// mongo-db -logLevel DEBUG -noCache
35
35
healthcheck :
36
36
test : curl --fail -s http://orion:${ORION_PORT}/version || exit 1
37
37
interval : 5s
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ services:
31
31
- default
32
32
ports :
33
33
- " ${ORION_PORT}:${ORION_PORT}" # localhost:1026
34
- command : -dbhost mongo-db -logLevel DEBUG -noCache
34
+ command : -dbURI mongodb:// mongo-db -logLevel DEBUG -noCache
35
35
healthcheck :
36
36
test : curl --fail -s http://orion:${ORION_PORT}/version || exit 1
37
37
interval : 5s
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ services:
32
32
- default
33
33
ports :
34
34
- " ${ORION_PORT}:${ORION_PORT}" # localhost:1026
35
- command : -dbhost mongo-db -logLevel DEBUG -noCache
35
+ command : -dbURI mongodb:// mongo-db -logLevel DEBUG -noCache
36
36
healthcheck :
37
37
test : curl --fail -s http://orion:${ORION_PORT}/version || exit 1
38
38
interval : 5s
You can’t perform that action at this time.
0 commit comments