From 9ffd42544e82e2bded331ceaf42e1632494f0016 Mon Sep 17 00:00:00 2001 From: Sebastian Gerske Date: Mon, 26 Aug 2019 13:02:06 +0200 Subject: [PATCH] - bring back signing node to `--only-secret-store` --- start_ocean.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/start_ocean.sh b/start_ocean.sh index 025d1a3..01bbaf2 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -207,6 +207,7 @@ while :; do COMPOSE_FILES="" COMPOSE_FILES+=" -f ${COMPOSE_DIR}/network_volumes.yml" COMPOSE_FILES+=" -f ${COMPOSE_DIR}/secret_store.yml" + COMPOSE_FILES+=" -f ${COMPOSE_DIR}/secret_store_signing_node.yml" NODE_COMPOSE_FILE="" printf $COLOR_Y'Starting only Secret Store...\n\n'$COLOR_RESET ;;