14 lines
280 B
YAML
14 lines
280 B
YAML
|
---
|
||
|
services:
|
||
|
prometheus:
|
||
|
image: prom/prometheus:${PROMETHEUS_VERSION}
|
||
|
container_name: prometheus
|
||
|
restart: unless-stopped
|
||
|
volumes:
|
||
|
- ./data/prometheus.yml:/etc/prometheus/prometheus.yml
|
||
|
networks:
|
||
|
- grafana
|
||
|
|
||
|
networks:
|
||
|
grafana:
|
||
|
driver: bridge
|