always restart geth containers

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-03-19 23:11:54 +01:00
parent 7582ccc00d
commit e5aad0839a
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 0 additions and 3 deletions

View File

@ -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")}}'