File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ if [[ "${ACTION}" == "init" ]] || [[ "${ACTION}" == "up" ]]; then
4242 config::remove_config_importer message-bus-kafka-config-importer
4343
4444 if [ " $STATEFUL_NODES " == " cluster" ]; then
45- docker::deploy_sanity openhim-core kafka kafdrop kafka-minion zookeeper-1 zookeeper-2 zookeeper-3
45+ docker::deploy_sanity kafka kafdrop kafka-minion zookeeper-1 zookeeper-2 zookeeper-3
4646 else
47- docker::deploy_sanity openhim-core kafka kafdrop kafka-minion zookeeper-1
47+ docker::deploy_sanity kafka kafdrop kafka-minion zookeeper-1
4848 fi
4949elif [[ " ${ACTION} " == " down" ]]; then
5050 try " docker service scale instant_zookeeper-1=0 instant_kafdrop=0 instant_kafka-minion=0" " Failed to scale down zookeeper, kafdrop and kafka-minion"
Original file line number Diff line number Diff line change @@ -21,12 +21,11 @@ ROOT_PATH="${COMPOSE_FILE_PATH}/.."
2121. " ${ROOT_PATH} /utils/config-utils.sh"
2222
2323main () {
24+ if [[ " ${MODE} " == " dev" ]]; then
25+ log info " Not including reverse proxy as we are running DEV mode"
26+ exit 0
27+ fi
2428 if [[ " ${ACTION} " == " init" ]] || [[ " ${ACTION} " == " up" ]]; then
25- if [[ " ${MODE} " == " dev" ]]; then
26- log info " Not starting reverse proxy as we are running DEV mode"
27- exit 0
28- fi
29-
3029 if [[ " ${INSECURE} " == " true" ]]; then
3130 log info " Running reverse-proxy package in INSECURE mode"
3231
You can’t perform that action at this time.
0 commit comments