stack: /home/{{ansible_user}}/cerc/fixturenet-eth-stacks/stack-orchestrator/stacks/fixturenet-eth deploy-to: compose network: ports: fixturenet-eth-bootnode-geth: - '9898:9898' - '30303' fixturenet-eth-geth-1: - '8545:8545' - '8546:8546' - '40000' - '6060' fixturenet-eth-lighthouse-1: - '8001' volumes: fixturenet_eth_bootnode_geth_data: ./data/fixturenet_eth_bootnode_geth_data fixturenet_eth_geth_1_data: ./data/fixturenet_eth_geth_1_data fixturenet_eth_geth_2_data: ./data/fixturenet_eth_geth_2_data fixturenet_eth_lighthouse_1_data: ./data/fixturenet_eth_lighthouse_1_data fixturenet_eth_lighthouse_2_data: ./data/fixturenet_eth_lighthouse_2_data