mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
Merge pull request #148 from oceanprotocol/fix/update_parity_version
Update parity version to v2.3.3
This commit is contained in:
commit
de9b19a297
3
.gitignore
vendored
3
.gitignore
vendored
@ -15,3 +15,6 @@ networks/secret-store/config/config.toml
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
._*
|
._*
|
||||||
|
|
||||||
|
# Barge logs
|
||||||
|
start_ocean.log
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
keeper-node:
|
keeper-node:
|
||||||
image: parity/parity:v2.3.2
|
image: ${PARITY_IMAGE}
|
||||||
command:
|
command:
|
||||||
--chain kovan
|
--chain kovan
|
||||||
--base-path /home/parity/base
|
--base-path /home/parity/base
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
keeper-node:
|
keeper-node:
|
||||||
image: parity/parity:v2.3.2
|
image: ${PARITY_IMAGE}
|
||||||
command:
|
command:
|
||||||
--config /home/parity/parity/config/config.toml
|
--config /home/parity/parity/config/config.toml
|
||||||
--db-path /home/parity/chains
|
--db-path /home/parity/chains
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
keeper-node:
|
keeper-node:
|
||||||
image: parity/parity:v2.3.2
|
image: ${PARITY_IMAGE}
|
||||||
command:
|
command:
|
||||||
--config /home/parity/config/config.toml
|
--config /home/parity/config/config.toml
|
||||||
--db-path /home/parity/chains
|
--db-path /home/parity/chains
|
||||||
|
@ -44,7 +44,7 @@ services:
|
|||||||
command: nginx -g 'daemon off;'
|
command: nginx -g 'daemon off;'
|
||||||
|
|
||||||
secret-store-signing-node:
|
secret-store-signing-node:
|
||||||
image: parity/parity:v2.3.2
|
image: ${PARITY_IMAGE}
|
||||||
command:
|
command:
|
||||||
--chain /etc/parity/secretstore/chain_${KEEPER_NETWORK_NAME}.json
|
--chain /etc/parity/secretstore/chain_${KEEPER_NETWORK_NAME}.json
|
||||||
--light
|
--light
|
||||||
|
@ -18,6 +18,8 @@ export BRIZO_VERSION=${BRIZO_VERSION:-v0.3.1}
|
|||||||
export KEEPER_VERSION=${KEEPER_VERSION:-v0.9.0}
|
export KEEPER_VERSION=${KEEPER_VERSION:-v0.9.0}
|
||||||
export PLEUSTON_VERSION=${PLEUSTON_VERSION:-v0.3.0}
|
export PLEUSTON_VERSION=${PLEUSTON_VERSION:-v0.3.0}
|
||||||
|
|
||||||
|
export PARITY_IMAGE='parity/parity:v2.3.3'
|
||||||
|
|
||||||
export PROJECT_NAME="ocean"
|
export PROJECT_NAME="ocean"
|
||||||
export FORCEPULL="false"
|
export FORCEPULL="false"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user