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