added victoriametrics
This commit is contained in:
@@ -132,6 +132,20 @@ services:
|
||||
networks:
|
||||
- core_network
|
||||
restart: unless-stopped
|
||||
|
||||
victoriametrics:
|
||||
image: victoriametrics/victoria-metrics:latest
|
||||
container_name: victoria-metrics
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8428:8428" # VM Web UI + API + Prometheus-compatible read endpoint
|
||||
volumes:
|
||||
- victoria-metrics-data:/storage
|
||||
command:
|
||||
- "-storageDataPath=/storage"
|
||||
- "-retentionPeriod=24" # 24 Monate retention
|
||||
networks:
|
||||
- core_network
|
||||
prometheus:
|
||||
image: prom/prometheus:latest
|
||||
container_name: prometheus
|
||||
|
||||
Reference in New Issue
Block a user