Skip to content

Commit 430d341

Browse files
authored
Merge pull request #1 from shutter-network/dappnodebot/bump-upstream/dappnode/[email protected]
bump dappnode/staker-package-scripts to v0.1.1
2 parents 1ffa882 + 60962bb commit 430d341

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
],

docker-compose.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
4340
volumes:
4441
db_data: {}
4542
chain: {}

package_variants/chiado/dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"services": ["shutter"]
88
}
99
]
10-
}
10+
}

package_variants/gnosis/dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"services": ["shutter"]
88
}
99
]
10-
}
10+
}

0 commit comments

Comments
 (0)