Skip to content

Commit

Permalink
chore: Update dashboard and wire metrics for other services
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Sep 30, 2024
1 parent 409e3d7 commit 697ac38
Show file tree
Hide file tree
Showing 4 changed files with 2,922 additions and 683 deletions.
2 changes: 1 addition & 1 deletion blockscout
Submodule blockscout updated 1099 files
6 changes: 6 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ services:
ports:
- "127.0.0.1:8147:8547"
- "127.0.0.1:8148:8548"
- "127.0.0.1:6170:6070"
- "127.0.0.1:6171:6071"
volumes:
- "poster-data:/home/user/.arbitrum/local/nitro"
- "l1keystore:/home/user/l1keystore"
Expand Down Expand Up @@ -284,6 +286,8 @@ services:
ports:
- "127.0.0.1:8247:8547"
- "127.0.0.1:8248:8548"
- "127.0.0.1:6270:6070"
- "127.0.0.1:6271:6071"
volumes:
- "validator-data:/home/user/.arbitrum/local/nitro"
- "l1keystore:/home/user/l1keystore"
Expand Down Expand Up @@ -315,6 +319,8 @@ services:
entrypoint: /usr/local/bin/nitro-val
ports:
- "127.0.0.1:8949:8549"
- "127.0.0.1:6370:6070"
- "127.0.0.1:6371:6071"
volumes:
- "config:/config"
command: --conf.file /config/validation_node_config.json --metrics --pprof --metrics-server.addr 0.0.0.0 --pprof-cfg.addr 0.0.0.0
Expand Down
Loading

0 comments on commit 697ac38

Please sign in to comment.