always restart geth containers
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7582ccc00d
commit
e5aad0839a
|
@ -22,9 +22,6 @@ geth_sync_mode: '{{ (faucet_network == "goerli") | ternary("full", "light") }}'
|
||||||
geth_websocket_enabled: false
|
geth_websocket_enabled: false
|
||||||
geth_log_level_name: info
|
geth_log_level_name: info
|
||||||
|
|
||||||
# don't auto-restart contianer on out-of-memory error
|
|
||||||
cont_restart_policy: on-failure
|
|
||||||
|
|
||||||
# credentials for the wallet
|
# credentials for the wallet
|
||||||
geth_account_pass: '{{lookup("passwordstore", "services/faucet/account-pass")}}'
|
geth_account_pass: '{{lookup("passwordstore", "services/faucet/account-pass")}}'
|
||||||
geth_account_addr: '{{lookup("passwordstore", "services/faucet/account-addr")}}'
|
geth_account_addr: '{{lookup("passwordstore", "services/faucet/account-addr")}}'
|
||||||
|
|
Loading…
Reference in New Issue