some general updates

This commit is contained in:
xcad2k
2021-12-30 11:46:21 +01:00
parent 2b925bf08e
commit 0083bc01a1
11 changed files with 132 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
version: '3'
volumes:
prometheus-data:
driver: local
services:
prometheus:
image: prom/prometheus:latest
container_name: prometheus
ports:
- "9090:9090"
volumes:
- /etc/prometheus:/etc/prometheus
- prometheus-data:/prometheus
restart: unless-stopped
command:
- "--config.file=/etc/prometheus/prometheus.yml"