forked from cerc-io/testnet-ops
Prathamesh Musale
e142357428
Part of [Automate testnet nitro deployments using Ansible](https://www.notion.so/Automate-testnet-nitro-deployments-using-Ansible-0d15579430204b8daba9a8aa31e07568) Co-authored-by: Adw8 <adwaitgharpure@gmail.com> Reviewed-on: cerc-io/testnet-ops#3 Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to> Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
19 lines
410 B
Django/Jinja
19 lines
410 B
Django/Jinja
stack: /home/{{ansible_user}}/cerc/fixturenet-optimism-stack/stack/fixturenet-optimism
|
|
deploy-to: compose
|
|
network:
|
|
ports:
|
|
op-geth:
|
|
- '9545:8545'
|
|
- '9546:8546'
|
|
op-node:
|
|
- '8547'
|
|
op-batcher:
|
|
- '8548'
|
|
op-proposer:
|
|
- '8560'
|
|
volumes:
|
|
l1_deployment: ./data/l1_deployment
|
|
l2_accounts: ./data/l2_accounts
|
|
l2_config: ./data/l2_config
|
|
l2_geth_data: ./data/l2_geth_data
|