Added deployment strategie for garde-studios.de

This commit is contained in:
2024-11-16 22:57:04 +01:00
parent 101a598f6f
commit 18003e7813
10 changed files with 29 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
include:
- grafana/compose.yml
- prometheus/compose.yml

View File

@@ -0,0 +1,13 @@
services:
grafana:
image: grafana/grafana-oss
container_name: grafana
restart: unless-stopped
user: '1000'
volumes:
- grafana-storage:/var/lib/grafana
ports:
- 3000:3000
volumes:
grafana-storage: {}

View File

@@ -1,6 +1,8 @@
services:
prometheus:
image: prom/prometheus
container_name: prometheus
restart: unless-stopped
volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
ports:

View File

@@ -11,7 +11,7 @@ scrape_configs:
# Server Scrapers
- job_name: 'mc-server'
static_configs:
- targets: ['localhost:9100']
- targets: ['100.113.167.128:9100']
labels:
instance: 'Fallback'
- targets: ['100.80.35.55:9100']