Mixnode and libp2p node config files
This commit is contained in:
parent
884d837ab5
commit
7edba33b33
|
@ -11,7 +11,7 @@ services:
|
|||
- ./testnet:/etc/nomos
|
||||
environment:
|
||||
- NET_NODE_KEY=${DOCKER_COMPOSE_BOOSTRAP_NET_NODE_KEY:-1000000000000000000000000000000000000000000000000000000000000000}
|
||||
command: /etc/nomos/config.yaml
|
||||
command: /etc/nomos/libp2p_config.yaml
|
||||
|
||||
libp2p-node:
|
||||
build:
|
||||
|
@ -40,7 +40,7 @@ services:
|
|||
volumes:
|
||||
- ./testnet:/etc/nomos
|
||||
entrypoint: /usr/bin/mixnode
|
||||
command: mixnode_config.yaml
|
||||
command: /etc/nomos/mixnode_config.yaml
|
||||
|
||||
mix-node-1:
|
||||
build:
|
||||
|
@ -49,7 +49,7 @@ services:
|
|||
volumes:
|
||||
- ./testnet:/etc/nomos
|
||||
entrypoint: /usr/bin/mixnode
|
||||
command: mixnode_config.yaml
|
||||
command: /etc/nomos/mixnode_config.yaml
|
||||
|
||||
mix-node-2:
|
||||
build:
|
||||
|
@ -58,7 +58,7 @@ services:
|
|||
volumes:
|
||||
- ./testnet:/etc/nomos
|
||||
entrypoint: /usr/bin/mixnode
|
||||
command: mixnode_config.yaml
|
||||
command: /etc/nomos/mixnode_config.yaml
|
||||
|
||||
etcd:
|
||||
image: quay.io/coreos/etcd:v3.4.15
|
||||
|
|
Loading…
Reference in New Issue