This commit is contained in:
2025-12-23 08:29:24 +01:00
parent 4237f5faf1
commit 204f0647f3
+14
View File
@@ -0,0 +1,14 @@
services:
prometheus:
ports:
- 9090:9090
volumes:
- ./data/prometheus.yml:/etc/prometheus/prometheus.yml
- /prometheus/:/prometheus
image: prom/prometheus
restart: unless-stopped
volumes:
prometheus-data:
external: true
name: prometheus-data
networks: {}