gobuch/microservices/prometheus/docker-compose.yml

18 lines
380 B
YAML
Raw Permalink Normal View History

2020-08-21 04:26:40 +00:00
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