chore: added prom data
This commit is contained in:
@@ -78,7 +78,7 @@ services:
|
||||
- traefik.http.services.prometheus.loadbalancer.server.port=9090
|
||||
volumes:
|
||||
- ${REPO_DIR}/configurations/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml:ro
|
||||
- ${STORAGE_DIR}/prometheus:/prometheus:rw
|
||||
- prometheus-data:/prometheus:rw
|
||||
command:
|
||||
- '--config.file=/etc/prometheus/prometheus.yml'
|
||||
- '--storage.tsdb.path=/prometheus'
|
||||
@@ -125,3 +125,5 @@ services:
|
||||
# Only enable if external services present
|
||||
# ports:
|
||||
# - 4317:4317 # OTLP gRPC receiver
|
||||
volumes:
|
||||
prometheus-data:
|
||||
|
||||
Reference in New Issue
Block a user