mirror of
https://github.com/status-im/infra-swarm.git
synced 2025-02-22 12:28:11 +00:00
move bootnodes options to geth node
This commit is contained in:
parent
1271d4aae2
commit
3aa7614cb8
@ -23,6 +23,8 @@
|
||||
--rpcaddr={{ geth_rpc_addr }}
|
||||
--rpcport={{ geth_rpc_port }}
|
||||
--rpcapi=db,eth,net,web3,admin
|
||||
--nodiscover
|
||||
--bootnodes={{ bootnodes | join(",") }}
|
||||
volumes:
|
||||
- '{{ geth_vol }}/keys:/keys:rw'
|
||||
- '{{ geth_vol }}/data:/data:rw'
|
||||
|
@ -10,7 +10,7 @@
|
||||
- '{{ cont_vol }}/store'
|
||||
|
||||
- include_tasks: account.yml
|
||||
- include_tasks: geth.yml
|
||||
- include_tasks: bootnodes.yml
|
||||
- include_tasks: geth.yml
|
||||
- include_tasks: swarm.yml
|
||||
- include_tasks: consul.yml
|
||||
|
@ -24,7 +24,6 @@
|
||||
--password=/keys/password
|
||||
--store.path=/store
|
||||
--ens-api='http://geth:{{ geth_rpc_port }}'
|
||||
--bootnodes={{ bootnodes | join(",") }}
|
||||
volumes:
|
||||
- '{{ geth_vol }}/keys:/keys:rw'
|
||||
- '{{ cont_vol }}/data:/data:rw'
|
||||
|
Loading…
x
Reference in New Issue
Block a user