2019-03-19 12:08:13 +01:00
|
|
|
---
|
|
|
|
# map of network IDs
|
|
|
|
miner_network_ids:
|
|
|
|
frontier: 1
|
|
|
|
morden: 2
|
|
|
|
ropsten: 3
|
|
|
|
rinkeby: 4
|
|
|
|
|
|
|
|
faucet_account_pass: ~
|
2019-03-20 09:58:38 +01:00
|
|
|
faucet_account_addr: ~
|
|
|
|
faucet_account_json: ~
|
2019-03-19 12:08:13 +01:00
|
|
|
faucet_domain: ~
|
|
|
|
faucet_network: ~
|
2019-03-19 17:27:49 +01:00
|
|
|
faucet_network_id: '{{ miner_network_ids[faucet_network] | mandatory }}'
|
2019-03-19 12:08:13 +01:00
|
|
|
|
2019-03-19 17:27:49 +01:00
|
|
|
faucet_cont_tag: 'fixed'
|
|
|
|
faucet_cont_image: 'statusteam/faucet:{{ faucet_cont_tag }}'
|
2019-03-19 12:08:13 +01:00
|
|
|
faucet_cont_name: 'faucet-api'
|
|
|
|
faucet_http_port: 3001
|
|
|
|
|
|
|
|
faucet_geth_tag: 'v1.8.23'
|
|
|
|
faucet_geth_image: 'ethereum/client-go:{{ faucet_geth_tag }}'
|
|
|
|
faucet_geth_name: 'faucet-geth'
|
|
|
|
faucet_geth_vol: '/docker/{{ faucet_geth_name }}'
|
2019-03-19 20:26:12 +01:00
|
|
|
faucet_geth_main_port: 30303
|
2019-03-19 17:27:49 +01:00
|
|
|
faucet_geth_rpc_port: 8545
|
2019-03-20 09:58:38 +01:00
|
|
|
faucet_geth_rcp_api: 'eth,net,web3,admin,personal,shh'
|
2019-03-20 14:43:55 +01:00
|
|
|
faucet_geth_alias: 'geth'
|
2019-03-21 12:42:31 +01:00
|
|
|
faucet_geth_bootnodes:
|
|
|
|
- 'enode://a24ac7c5484ef4ed0c5eb2d36620ba4e4aa13b8c84684e1b4aab0cebea2ae45cb4d375b77eab56516d34bfbd3c1a833fc51296ff084b770b94fb9028c4d25ccf@52.169.42.101:30303'
|
2019-03-19 12:08:13 +01:00
|
|
|
|
|
|
|
# generic container settings
|
|
|
|
cont_state: started
|
|
|
|
cont_recreate: false
|
|
|
|
cont_restart: false
|