mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
This commit is contained in:
parent
64885a9356
commit
7b6729dd0f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user