diff --git a/compose.yml b/compose.yml index ab48d604..56ad0502 100644 --- a/compose.yml +++ b/compose.yml @@ -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