new/monitoring/prometheus/compose.yml

10 lines
208 B
YAML
Raw Normal View History

2024-11-16 22:26:23 +01:00
services:
prometheus:
image: prom/prometheus
container_name: prometheus
restart: unless-stopped
2024-11-16 22:26:23 +01:00
volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
ports:
- 9090:9090