stack-orchestrator/stack_orchestrator/data/compose/docker-compose-prom-server.yml

13 lines
249 B
YAML
Raw Normal View History

version: "3.7"
services:
prometheus:
image: prom/prometheus
restart: always
volumes:
- ../config/metrics/prometheus:/etc/prometheus
# TODO: persist data
# - prometheus_data:/prometheus
ports:
- "9090:9090"