Initialer Load

This commit is contained in:
2025-12-23 08:52:33 +01:00
parent 204f0647f3
commit 0eb65c8d2c
2 changed files with 159 additions and 5 deletions
+2 -5
View File
@@ -1,14 +1,11 @@
services:
prometheus:
container_name: prometheus
ports:
- 9090:9090
volumes:
- ./data/prometheus.yml:/etc/prometheus/prometheus.yml
- ./prometheus.yml:/etc/prometheus/prometheus.yml
- /prometheus/:/prometheus
image: prom/prometheus
restart: unless-stopped
volumes:
prometheus-data:
external: true
name: prometheus-data
networks: {}