File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1010 "upstream" : [
1111 {
1212 "repo" : " dappnode/staker-package-scripts" ,
13- "version" : " v0.1.0 " ,
13+ "version" : " v0.1.1 " ,
1414 "arg" : " STAKER_SCRIPTS_VERSION"
1515 }
1616 ],
Original file line number Diff line number Diff line change @@ -8,15 +8,14 @@ services:
88 - db_data:/var/lib/postgresql/data
99 healthcheck :
1010 test : pg_isready -U postgres
11-
1211 shutter :
1312 build :
1413 context : shutter
1514 args :
1615 UPSTREAM_VERSION : v1.3.1
1716 KEYPER_CONFIG_DIR : /keyper/config
1817 SHUTTER_CHAIN_DIR : /chain
19- STAKER_SCRIPTS_VERSION : v0.1.0
18+ STAKER_SCRIPTS_VERSION : v0.1.1
2019 restart : unless-stopped
2120 environment :
2221 SHUTTER_API_NODE_PRIVATEKEY : " "
@@ -26,20 +25,18 @@ services:
2625 volumes :
2726 - chain:/chain
2827 - keyper-config:/keyper/config
29-
3028 metrics :
3129 build :
3230 context : metrics
3331 restart : on-failure
3432 environment :
3533 SHUTTER_PUSH_METRICS_ENABLED : true
3634 KEYPER_NAME : " "
37- PUSHGATEWAY_URL : " https://keyperingest.metrics.shutter.network/api/v1/write"
35+ PUSHGATEWAY_URL : https://keyperingest.metrics.shutter.network/api/v1/write
3836 PUSHGATEWAY_USERNAME : " "
3937 PUSHGATEWAY_PASSWORD : " "
4038 volumes :
4139 - metrics-config:/config
42-
4340volumes :
4441 db_data : {}
4542 chain : {}
Original file line number Diff line number Diff line change 77 "services" : [" shutter" ]
88 }
99 ]
10- }
10+ }
Original file line number Diff line number Diff line change 77 "services" : [" shutter" ]
88 }
99 ]
10- }
10+ }
You can’t perform that action at this time.
0 commit comments