Skip to content

Commit

Permalink
Upload worker-0.3.6
Browse files Browse the repository at this point in the history
Add prometheus metrics and Sentry DSN
  • Loading branch information
kalabukdima committed May 3, 2024
1 parent 3c58871 commit 1496a83
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/worker/run_worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: "3.8"
services:
worker:
image: subsquid/p2p-worker:0.3.5
image: subsquid/p2p-worker:0.3.6
restart: unless-stopped
command: p2p
environment:
Expand All @@ -46,6 +46,7 @@ services:
ALLOCATIONS_VIEWER_CONTRACT_ADDR: 0xC0Af6432947db51e0C179050dAF801F19d40D2B7
KEY_PATH: /app/configs/key
RUST_LOG: "info"
SENTRY_DSN: https://[email protected]/4507056936779776
volumes:
- ${DATA_DIR}:/app/data
- .:/app/configs
Expand Down
Binary file removed src/worker/worker-0.3.4.tar.gz
Binary file not shown.
Binary file added src/worker/worker-0.3.6.tar.gz
Binary file not shown.

0 comments on commit 1496a83

Please sign in to comment.