Skip to content

Commit

Permalink
fix: prometheus metrics in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
Zygimantass committed Jan 30, 2023
1 parent 6895f7d commit 2b63c36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
version: "3.9"
services:
watcher:
image: ghcr.io/skip-mev/governor:latest
build: .
ports:
- "8000:8000"
volumes:
- "data:/opt/data/"
- "./config.yaml:/opt/config.yaml"
environment:
- "PROMETHEUS_MULTIPROC_DIR=/tmp/upgrade_watcher_prom"

volumes:
data:

0 comments on commit 2b63c36

Please sign in to comment.