-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe9a4cc
commit 4a2bc48
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
services: | ||
stats-client: | ||
container_name: stats-client | ||
image: stats-client:latest | ||
image: thenewautonomy/moksha-stats-dashboard:latest | ||
volumes: | ||
- /var/run/docker.sock:/var/run/docker.sock | ||
- /var/run/docker.sock:/var/run/docker.sock | ||
restart: unless-stopped | ||
environment: | ||
- STATS_SERVER_URL=ws://localhost:3000 # Address of the stats server | ||
- STATS_SERVER_URL=${STATS_SERVER_URL} | ||
- GETH_URL=ws://geth:8546 | ||
- INSTANCE_NAME= # Name of your node displayed on the stats dashboard | ||
- WS_SECRET= # Secret defined on the stats server | ||
- INSTANCE_NAME=${INSTANCE_NAME} | ||
- WS_SECRET=${WS_SECRET} | ||
- BEACON_NODE_API=http://beacon:3500/eth/v1/beacon/states/head | ||
- PUBLIC_KEY= | ||
- PUBLIC_KEY=${PUBLIC_KEY} | ||
profiles: ["monitoring"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters