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