testnet-ops/nitro-bridge-demo-setup/templates/specs/l1-spec.yml.j2

21 lines
718 B
Django/Jinja

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