Skip to content
Merged
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.1",
"arg": "STAKER_SCRIPTS_VERSION"
}
],
Expand Down
7 changes: 2 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ services:
- db_data:/var/lib/postgresql/data
healthcheck:
test: pg_isready -U postgres

shutter:
build:
context: shutter
args:
UPSTREAM_VERSION: v1.3.0-api
KEYPER_CONFIG_DIR: /keyper/config
SHUTTER_CHAIN_DIR: /chain
STAKER_SCRIPTS_VERSION: v0.1.0
STAKER_SCRIPTS_VERSION: v0.1.1
restart: unless-stopped
environment:
SHUTTER_API_NODE_PRIVATEKEY: ""
Expand All @@ -26,20 +25,18 @@ services:
volumes:
- chain:/chain
- keyper-config:/keyper/config

metrics:
build:
context: metrics
restart: on-failure
environment:
SHUTTER_PUSH_METRICS_ENABLED: true
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
2 changes: 1 addition & 1 deletion package_variants/chiado/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"services": ["shutter"]
}
]
}
}
2 changes: 1 addition & 1 deletion package_variants/gnosis/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"services": ["shutter"]
}
]
}
}