mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
Fixed permission problem
This commit is contained in:
parent
85c0f44fc4
commit
e239404700
@ -2,11 +2,11 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
keeper-node:
|
keeper-node:
|
||||||
image: ${PARITY_IMAGE}
|
image: ${PARITY_IMAGE}
|
||||||
|
user: root
|
||||||
command:
|
command:
|
||||||
--config /home/parity/parity/config/config.toml
|
--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
|
--base-path /home/parity/base
|
||||||
|
--keys-path /keys
|
||||||
--ws-interface all
|
--ws-interface all
|
||||||
--jsonrpc-cors all
|
--jsonrpc-cors all
|
||||||
--jsonrpc-interface all
|
--jsonrpc-interface all
|
||||||
@ -14,8 +14,8 @@ services:
|
|||||||
--jsonrpc-apis all
|
--jsonrpc-apis all
|
||||||
volumes:
|
volumes:
|
||||||
- ../networks/duero/config:/home/parity/parity/config
|
- ../networks/duero/config:/home/parity/parity/config
|
||||||
- ../networks/duero/keys:/home/parity/.local/share/io.parity.ethereum/keys
|
- ../networks/duero/keys:/keys/duero
|
||||||
- keeper-node-duero:/home/parity/.local/share/io.parity.ethereum/
|
- keeper-node-duero:/home/parity/base
|
||||||
ports:
|
ports:
|
||||||
- 8545:8545
|
- 8545:8545
|
||||||
networks:
|
networks:
|
||||||
|
@ -2,10 +2,11 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
keeper-node:
|
keeper-node:
|
||||||
image: ${PARITY_IMAGE}
|
image: ${PARITY_IMAGE}
|
||||||
|
user: root
|
||||||
command:
|
command:
|
||||||
--chain kovan
|
--chain kovan
|
||||||
--base-path /home/parity/base
|
--base-path /home/parity/base
|
||||||
--keys-path /home/parity/.local/share/io.parity.ethereum/keys
|
--keys-path /keys
|
||||||
--light
|
--light
|
||||||
--ws-interface all
|
--ws-interface all
|
||||||
--jsonrpc-cors all
|
--jsonrpc-cors all
|
||||||
@ -14,8 +15,8 @@ services:
|
|||||||
--jsonrpc-apis all
|
--jsonrpc-apis all
|
||||||
--unsafe-expose
|
--unsafe-expose
|
||||||
volumes:
|
volumes:
|
||||||
- ../networks/kovan/keys:/home/parity/.local/share/io.parity.ethereum/keys/kovan
|
- ../networks/kovan/keys:/keys
|
||||||
- keeper-node-kovan:/home/parity/.local/share/io.parity.ethereum/
|
- keeper-node-kovan:/home/parity/base
|
||||||
ports:
|
ports:
|
||||||
- 8545:8545
|
- 8545:8545
|
||||||
networks:
|
networks:
|
||||||
|
@ -2,10 +2,11 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
keeper-node:
|
keeper-node:
|
||||||
image: ${PARITY_IMAGE}
|
image: ${PARITY_IMAGE}
|
||||||
|
user: root
|
||||||
command:
|
command:
|
||||||
--config /home/parity/parity/config/config.toml
|
--config /home/parity/parity/config/config.toml
|
||||||
--db-path /home/parity/chains
|
|
||||||
--base-path /home/parity/base
|
--base-path /home/parity/base
|
||||||
|
--keys-path /keys
|
||||||
--ws-interface all
|
--ws-interface all
|
||||||
--jsonrpc-cors all
|
--jsonrpc-cors all
|
||||||
--jsonrpc-interface all
|
--jsonrpc-interface all
|
||||||
@ -13,8 +14,8 @@ services:
|
|||||||
--jsonrpc-apis all
|
--jsonrpc-apis all
|
||||||
volumes:
|
volumes:
|
||||||
- ../networks/nile/config:/home/parity/parity/config
|
- ../networks/nile/config:/home/parity/parity/config
|
||||||
- ../networks/nile/keys:/home/parity/.local/share/io.parity.ethereum/keys
|
- ../networks/nile/keys:/keys/nile
|
||||||
- keeper-node-nile:/home/parity/.local/share/io.parity.ethereum/
|
- keeper-node-nile:/home/parity/base
|
||||||
ports:
|
ports:
|
||||||
- 8545:8545
|
- 8545:8545
|
||||||
networks:
|
networks:
|
||||||
|
@ -2,10 +2,11 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
keeper-node:
|
keeper-node:
|
||||||
image: ${PARITY_IMAGE}
|
image: ${PARITY_IMAGE}
|
||||||
|
user: root
|
||||||
command:
|
command:
|
||||||
--config /home/parity/parity/config/config.toml
|
--config /home/parity/parity/config/config.toml
|
||||||
--db-path /home/parity/chains
|
|
||||||
--base-path /home/parity/base
|
--base-path /home/parity/base
|
||||||
|
--keys-path /keys
|
||||||
--ws-interface all
|
--ws-interface all
|
||||||
--jsonrpc-cors all
|
--jsonrpc-cors all
|
||||||
--jsonrpc-interface all
|
--jsonrpc-interface all
|
||||||
@ -13,8 +14,8 @@ services:
|
|||||||
--jsonrpc-apis all
|
--jsonrpc-apis all
|
||||||
volumes:
|
volumes:
|
||||||
- ../networks/pacific/config:/home/parity/parity/config
|
- ../networks/pacific/config:/home/parity/parity/config
|
||||||
- ../networks/pacific/keys:/home/parity/.local/share/io.parity.ethereum/keys
|
- ../networks/pacific/keys:/keys/pacific
|
||||||
- keeper-node-pacific:/home/parity/.local/share/io.parity.ethereum/
|
- keeper-node-pacific:/home/parity/base
|
||||||
ports:
|
ports:
|
||||||
- 8545:8545
|
- 8545:8545
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user