|
1 | | -snapshotter_container_image: ghcr.io/ethpandaops/snapshotter:master@sha256:aec61131bff6e89744da15ea381ce20d92eb028ad4543fc91b148732f6c13b1c |
| 1 | +snapshotter_container_image: ghcr.io/ethpandaops/snapshotter:master@sha256:8ec3875bc3c9e304c21785f581f233fdd968efa17d9b743141c44f8e1f3248d0 |
2 | 2 |
|
3 | 3 | snapshotter_container_env: |
4 | 4 | S3_ENDPOINT_URL: "https://539bc53131934672bf85e7260ec0b218.r2.cloudflarestorage.com" |
@@ -81,7 +81,7 @@ snapshotter_config: | |
81 | 81 | use_agent: false |
82 | 82 | snapshots: |
83 | 83 | check_interval_seconds: 1 |
84 | | - block_interval: 24187200 |
| 84 | + block_interval: 24194300 |
85 | 85 | run_once: false |
86 | 86 | s3: |
87 | 87 | bucket_name: "ethpandaops-ethereum-node-snapshots" |
@@ -161,21 +161,21 @@ snapshotter_config: | |
161 | 161 | # endpoints: |
162 | 162 | # beacon: http://localhost:5052 |
163 | 163 | # execution: http://localhost:8545 |
164 | | - #- alias: "reth" |
165 | | - # host: "{{ hostvars[groups['reth'][0]].ansible_host }}" |
166 | | - # user: "devops" |
167 | | - # port: 22 |
168 | | - # data_dir: /data/reth |
169 | | - # upload_prefix: {{ ethereum_network_name }}/reth |
170 | | - # metadata: |
171 | | - # extra_args: "{{ hostvars[groups['reth'][0]].reth_container_command_extra_args | join(', ') }}" |
172 | | - # docker_containers: |
173 | | - # engine_snooper: snooper-engine |
174 | | - # execution: execution |
175 | | - # beacon: beacon |
176 | | - # endpoints: |
177 | | - # beacon: http://localhost:5052 |
178 | | - # execution: http://localhost:8545 |
| 164 | + - alias: "reth" |
| 165 | + host: "{{ hostvars[groups['reth'][0]].ansible_host }}" |
| 166 | + user: "devops" |
| 167 | + port: 22 |
| 168 | + data_dir: /data/reth |
| 169 | + upload_prefix: {{ ethereum_network_name }}/reth |
| 170 | + metadata: |
| 171 | + extra_args: "{{ hostvars[groups['reth'][0]].reth_container_command_extra_args | join(', ') }}" |
| 172 | + docker_containers: |
| 173 | + engine_snooper: snooper-engine |
| 174 | + execution: execution |
| 175 | + beacon: beacon |
| 176 | + endpoints: |
| 177 | + beacon: http://localhost:5052 |
| 178 | + execution: http://localhost:8545 |
179 | 179 |
|
180 | 180 |
|
181 | 181 | docker_nginx_proxy_container_custom_vhost_files: |
|
0 commit comments