diff --git a/compose-files/nodes/duero_node.yml b/compose-files/nodes/duero_node.yml index da797bb..624a495 100644 --- a/compose-files/nodes/duero_node.yml +++ b/compose-files/nodes/duero_node.yml @@ -2,11 +2,11 @@ version: '3' services: keeper-node: image: ${PARITY_IMAGE} + user: root command: --config /home/parity/parity/config/config.toml - --db-path /home/parity/chains - --keys-path /home/parity/.local/share/io.parity.ethereum/keys --base-path /home/parity/base + --keys-path /keys --ws-interface all --jsonrpc-cors all --jsonrpc-interface all @@ -14,8 +14,8 @@ services: --jsonrpc-apis all volumes: - ../networks/duero/config:/home/parity/parity/config - - ../networks/duero/keys:/home/parity/.local/share/io.parity.ethereum/keys - - keeper-node-duero:/home/parity/.local/share/io.parity.ethereum/ + - ../networks/duero/keys:/keys/duero + - keeper-node-duero:/home/parity/base ports: - 8545:8545 networks: diff --git a/compose-files/nodes/kovan_node.yml b/compose-files/nodes/kovan_node.yml index 139796e..26e92b2 100644 --- a/compose-files/nodes/kovan_node.yml +++ b/compose-files/nodes/kovan_node.yml @@ -2,10 +2,11 @@ version: '3' services: keeper-node: image: ${PARITY_IMAGE} + user: root command: --chain kovan --base-path /home/parity/base - --keys-path /home/parity/.local/share/io.parity.ethereum/keys + --keys-path /keys --light --ws-interface all --jsonrpc-cors all @@ -14,8 +15,8 @@ services: --jsonrpc-apis all --unsafe-expose volumes: - - ../networks/kovan/keys:/home/parity/.local/share/io.parity.ethereum/keys/kovan - - keeper-node-kovan:/home/parity/.local/share/io.parity.ethereum/ + - ../networks/kovan/keys:/keys/kovan + - keeper-node-kovan:/home/parity/base ports: - 8545:8545 networks: diff --git a/compose-files/nodes/nile_node.yml b/compose-files/nodes/nile_node.yml index 206e8ad..6af2345 100644 --- a/compose-files/nodes/nile_node.yml +++ b/compose-files/nodes/nile_node.yml @@ -2,10 +2,11 @@ version: '3' services: keeper-node: image: ${PARITY_IMAGE} + user: root command: --config /home/parity/parity/config/config.toml - --db-path /home/parity/chains --base-path /home/parity/base + --keys-path /keys --ws-interface all --jsonrpc-cors all --jsonrpc-interface all @@ -13,8 +14,8 @@ services: --jsonrpc-apis all volumes: - ../networks/nile/config:/home/parity/parity/config - - ../networks/nile/keys:/home/parity/.local/share/io.parity.ethereum/keys - - keeper-node-nile:/home/parity/.local/share/io.parity.ethereum/ + - ../networks/nile/keys:/keys/nile + - keeper-node-nile:/home/parity/base ports: - 8545:8545 networks: diff --git a/compose-files/nodes/pacific_node.yml b/compose-files/nodes/pacific_node.yml index cde5faf..27f70a6 100644 --- a/compose-files/nodes/pacific_node.yml +++ b/compose-files/nodes/pacific_node.yml @@ -2,10 +2,11 @@ version: '3' services: keeper-node: image: ${PARITY_IMAGE} + user: root command: --config /home/parity/parity/config/config.toml - --db-path /home/parity/chains --base-path /home/parity/base + --keys-path /keys --ws-interface all --jsonrpc-cors all --jsonrpc-interface all @@ -13,8 +14,8 @@ services: --jsonrpc-apis all volumes: - ../networks/pacific/config:/home/parity/parity/config - - ../networks/pacific/keys:/home/parity/.local/share/io.parity.ethereum/keys - - keeper-node-pacific:/home/parity/.local/share/io.parity.ethereum/ + - ../networks/pacific/keys:/keys/pacific + - keeper-node-pacific:/home/parity/base ports: - 8545:8545 networks: diff --git a/networks/pacific/config/config.toml b/networks/pacific/config/config.toml index 3123035..57256ef 100644 --- a/networks/pacific/config/config.toml +++ b/networks/pacific/config/config.toml @@ -15,5 +15,3 @@ apis = ["web3", "eth", "pubsub", "net", "parity", "parity_pubsub", "parity_accou port = 30303 discovery = true -#[account] -#password = ["/home/parity/parity/validator.pwd"]