Skip to content

Commit 0d313e3

Browse files
committed
remove timeout
1 parent 28b26f0 commit 0d313e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ansible/inventories/devnet-2/group_vars/ethereum_node.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,9 @@ ethereum_node_docker_watchtower_containers_list:
9090
- execution
9191
- beacon
9292
- validator
93-
docker_watchtower_container_image: "skylenet/watchtower:auto-detect-stop-timeout"
93+
docker_watchtower_container_image: "ghcr.io/nicholas-fedor/watchtower:latest-dev"
9494
docker_watchtower_container_additional_args:
9595
- --interval=120 # 2 minutes
96-
- --stop-timeout=290s # 5 minutes
9796

9897
ethereum_node_grafana_alloy_enabled: true
9998
alloy_pyroscope_server_endpoint: "{{ secret_pyroscope.endpoint }}"

0 commit comments

Comments
 (0)