mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
prometheus: 150d expiry
This commit is contained in:
parent
e5ba5c8c59
commit
cd7d7dfa06
@ -24,7 +24,7 @@ services:
|
||||
prometheus:
|
||||
image: prom/prometheus:v2.33.3
|
||||
user: 1000:1000 # Uses erigon user from Dockerfile
|
||||
command: --log.level=warn --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/prometheus --storage.tsdb.retention.time=5m --web.console.libraries=/usr/share/prometheus/console_libraries --web.console.templates=/usr/share/prometheus/consoles
|
||||
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"
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user