Skip to content

Commit

Permalink
prometheus/grafana up
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Feb 15, 2023
1 parent b1fce95 commit 54d882c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:


prometheus:
image: prom/prometheus:v2.40.6
image: prom/prometheus:v2.42.0
user: ${DOCKER_UID:-1000}:${DOCKER_GID:-1000} # Uses erigon user from Dockerfile
command: --log.level=warn --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/prometheus --storage.tsdb.retention.time=150d --web.console.libraries=/usr/share/prometheus/console_libraries --web.console.templates=/usr/share/prometheus/consoles
ports: [ "9090:9090" ]
Expand All @@ -77,7 +77,7 @@ services:
restart: unless-stopped

grafana:
image: grafana/grafana:9.3.1
image: grafana/grafana:9.3.6
user: "472:0" # required for grafana version >= 7.3
ports: [ "3000:3000" ]
volumes:
Expand Down

0 comments on commit 54d882c

Please sign in to comment.