1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-22 17:50:13 +01:00

Merge branch 'feature/refactor' of github.com:oceanprotocol/docker-images into feature/refactor

This commit is contained in:
Javier Cortejoso 2018-12-06 12:19:53 +01:00
commit 5d0f78f0a9
No known key found for this signature in database
GPG Key ID: FBEEF3131E39EBCF
4 changed files with 3 additions and 5 deletions

View File

@ -9,6 +9,7 @@ services:
--jsonrpc-interface all --jsonrpc-interface all
--jsonrpc-hosts all --jsonrpc-hosts all
--jsonrpc-apis all --jsonrpc-apis all
--base-path /secret-store/
volumes: volumes:
- ../networks/secret-store/config/:/etc/parity/secretstore/ - ../networks/secret-store/config/:/etc/parity/secretstore/
- secret-store:/secret-store/ - secret-store:/secret-store/

View File

@ -1,5 +1,5 @@
{ {
"name": "secrestore", "name": "secretstore",
"engine": { "engine": {
"authorityRound": { "authorityRound": {
"params": { "params": {

View File

@ -16,9 +16,6 @@ hosts = ["all"]
[ipc] [ipc]
disable = true disable = true
[dapps]
disable = true
[websockets] [websockets]
disable = true disable = true

View File

@ -142,7 +142,7 @@ while :; do
;; ;;
*) *)
printf $COLOR_Y'Starting Ocean...\n\n'$COLOR_RESET printf $COLOR_Y'Starting Ocean...\n\n'$COLOR_RESET
docker-compose --project-name=$PROJECT_NAME $COMPOSE_FILES -f ${NODE_FILE} up docker-compose --project-name=$PROJECT_NAME $COMPOSE_FILES -f ${NODE_FILE} up --remove-orphans
break break
esac esac
shift shift