image: nethermind/nethermind
- ./genesis:/config/genesis
- ./node_1/configs/config.cfg:/nethermind/configs/config.cfg
- ./node_1/staticNodes/static-nodes.json:/nethermind/Data/static-nodes.json
- ./node_1/db/spaceneth:/nethermind/nethermind_db/spaceneth
- ./node_1/keystore:/nethermind/keystore
image: nethermind/nethermind
- ./genesis:/config/genesis
- ./node_2/configs/config.cfg:/nethermind/configs/config.cfg
- ./node_2/staticNodes/static-nodes.json:/nethermind/Data/static-nodes.json
- ./node_2/db/spaceneth:/nethermind/nethermind_db/spaceneth
- ./node_2/keystore:/nethermind/keystore
image: nethermind/nethermind
- ./genesis:/config/genesis
- ./node_3/configs/config.cfg:/nethermind/configs/config.cfg
- ./node_3/staticNodes/static-nodes.json:/nethermind/Data/static-nodes.json
- ./node_3/db/spaceneth:/nethermind/nethermind_db/spaceneth
- ./node_3/keystore:/nethermind/keystore