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:
commit
5d0f78f0a9
@ -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/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "secrestore",
|
"name": "secretstore",
|
||||||
"engine": {
|
"engine": {
|
||||||
"authorityRound": {
|
"authorityRound": {
|
||||||
"params": {
|
"params": {
|
||||||
|
@ -16,9 +16,6 @@ hosts = ["all"]
|
|||||||
[ipc]
|
[ipc]
|
||||||
disable = true
|
disable = true
|
||||||
|
|
||||||
[dapps]
|
|
||||||
disable = true
|
|
||||||
|
|
||||||
[websockets]
|
[websockets]
|
||||||
disable = true
|
disable = true
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user