1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-12-02 05:57:21 +01:00

- bring back signing node to --only-secret-store

This commit is contained in:
Sebastian Gerske 2019-08-26 13:02:06 +02:00
parent ccbde9e08f
commit 9ffd42544e

View File

@ -207,6 +207,7 @@ while :; do
COMPOSE_FILES="" COMPOSE_FILES=""
COMPOSE_FILES+=" -f ${COMPOSE_DIR}/network_volumes.yml" COMPOSE_FILES+=" -f ${COMPOSE_DIR}/network_volumes.yml"
COMPOSE_FILES+=" -f ${COMPOSE_DIR}/secret_store.yml" COMPOSE_FILES+=" -f ${COMPOSE_DIR}/secret_store.yml"
COMPOSE_FILES+=" -f ${COMPOSE_DIR}/secret_store_signing_node.yml"
NODE_COMPOSE_FILE="" NODE_COMPOSE_FILE=""
printf $COLOR_Y'Starting only Secret Store...\n\n'$COLOR_RESET printf $COLOR_Y'Starting only Secret Store...\n\n'$COLOR_RESET
;; ;;