Added deployment strategie for garde-studios.de
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
include:
|
||||
- grafana/compose.yml
|
||||
- prometheus/compose.yml
|
||||
|
@@ -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: {}
|
||||
|
@@ -1,6 +1,8 @@
|
||||
services:
|
||||
prometheus:
|
||||
image: prom/prometheus
|
||||
container_name: prometheus
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./prometheus.yml:/etc/prometheus/prometheus.yml
|
||||
ports:
|
||||
|
@@ -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']
|
||||
|
Reference in New Issue
Block a user