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

Merge pull request #114 from oceanprotocol/fix/parity_stable

Fix paritytech/parity-ethereum#10334
This commit is contained in:
Javier Cortejoso 2019-02-13 09:09:37 +01:00 committed by GitHub
commit 0f3f1b7849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
version: '2.1'
services:
keeper-node:
image: parity/parity:stable
image: parity/parity:v2.3.2
command:
--chain kovan
--base-path /home/parity/base

View File

@ -1,7 +1,7 @@
version: '2.1'
services:
keeper-node:
image: parity/parity:stable
image: parity/parity:v2.3.2
command:
--config /home/parity/parity/config/config.toml
--db-path /home/parity/chains

View File

@ -1,7 +1,7 @@
version: '2.1'
services:
keeper-node:
image: parity/parity:stable
image: parity/parity:v2.3.2
command:
--config /home/parity/config/config.toml
--db-path /home/parity/chains

View File

@ -44,7 +44,7 @@ services:
command: nginx -g 'daemon off;'
secret-store-signing-node:
image: parity/parity:stable
image: parity/parity:v2.3.2
command:
--chain /etc/parity/secretstore/chain_${KEEPER_NETWORK_NAME}.json
--light