Skip to content

bump dappnode/staker-package-scripts to v0.1.2 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"upstream": [
{
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.0",
"version": "v0.1.2",
"arg": "STAKER_SCRIPTS_VERSION"
}
],
Expand Down
11 changes: 4 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ services:
- db_data:/var/lib/postgresql/data
healthcheck:
test: pg_isready -U postgres

shutter:
build:
context: shutter
args:
ASSETS_VERSION: shutter-gnosis-1000-set1.3 # $NETWORK-10*$CHAIN_ID-set-$VERSION
ASSETS_VERSION: shutter-gnosis-1000-set1.3
UPSTREAM_VERSION: v1.3.6
KEYPER_CONFIG_DIR: /keyper/config
SHUTTER_CHAIN_DIR: /chain
STAKER_SCRIPTS_VERSION: v0.1.0
STAKER_SCRIPTS_VERSION: v0.1.2
restart: unless-stopped
environment:
SHUTTER_GNOSIS_NODE_PRIVATEKEY: ""
Expand All @@ -26,22 +25,20 @@ services:
volumes:
- chain:/chain
- keyper-config:/keyper/config

metrics:
build:
context: metrics
args:
ASSETS_VERSION: shutter-gnosis-1000-set1.3 # $NETWORK-10*$CHAIN_ID-set-$VERSION
ASSETS_VERSION: shutter-gnosis-1000-set1.3
restart: on-failure
environment:
SHUTTER_PUSH_METRICS_ENABLED: false
KEYPER_NAME: ""
PUSHGATEWAY_URL: "https://keyperingest.metrics.shutter.network/api/v1/write"
PUSHGATEWAY_URL: https://keyperingest.metrics.shutter.network/api/v1/write
PUSHGATEWAY_USERNAME: ""
PUSHGATEWAY_PASSWORD: ""
volumes:
- metrics-config:/config

volumes:
db_data: {}
chain: {}
Expand Down
10 changes: 7 additions & 3 deletions package_variants/gnosis/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "shutter-gnosis.dnp.dappnode.eth",
"version": "0.1.0",
"version": "0.1.1",
"globalEnvs": [
{
"envs": ["PUBLIC_IP", "CONSENSUS_CLIENT_GNOSIS", "EXECUTION_CLIENT_GNOSIS"],
"envs": [
"PUBLIC_IP",
"CONSENSUS_CLIENT_GNOSIS",
"EXECUTION_CLIENT_GNOSIS"
],
"services": ["shutter"]
}
]
}
}