gobuch/microservices/prometheus/docker-compose.yml
2020-08-21 06:26:40 +02:00

18 lines
380 B
YAML

version: '2'
services:
prometheus:
image: prom/prometheus
ports:
- "9090:9090"
volumes:
- ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml
application:
build: application
ports:
- "8080:8080"
grafana:
image: grafana/grafana
ports:
- "3000:3000"
volumes:
- ./grafana/grafana.ini:/etc/grafana/grafana.ini