Added deployment strategie for garde-studios.de
This commit is contained in:
parent
101a598f6f
commit
18003e7813
4
deployment/garde-studios.de.compose.yml
Normal file
4
deployment/garde-studios.de.compose.yml
Normal file
@ -0,0 +1,4 @@
|
||||
include:
|
||||
- ../proxy/compose.yml
|
||||
- ../fallback/compose.yml
|
||||
- ../monitoring/compose.yml
|
@ -44,10 +44,12 @@ services:
|
||||
SYNC_SKIP_NEWER_IN_DESTINATION: false
|
||||
ports:
|
||||
- 30000:25565 # Connection Port
|
||||
- 9000:25585 # Fabric Exporter
|
||||
- 9100:9100 # unified Exporter
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./mods.txt:/extras/mods.txt:ro
|
||||
- ./ops.json:/extras/ops.json:ro
|
||||
- ./whitelist.json:/extras/whitelist.json:ro
|
||||
- ./config:/config
|
||||
|
||||
networks: {}
|
||||
|
@ -1,4 +1,4 @@
|
||||
hackOnlineMode = true
|
||||
hackEarlySend = false
|
||||
hackMessageChain = true
|
||||
secret = "CMhgx3vF17Nu"
|
||||
secret = "bGAJSlLeA4Wf"
|
||||
|
@ -1,3 +0,0 @@
|
||||
server-port: 25585
|
||||
update-interval: 1000
|
||||
use-spark: true
|
@ -12,6 +12,7 @@ https://cdn.modrinth.com/data/8dI2tmqs/versions/AQhF7kvw/FabricProxy-Lite-2.9.0.
|
||||
|
||||
# Monitoring
|
||||
https://cdn.modrinth.com/data/p1ewR5kV/versions/xwRVtqbA/unifiedmetrics-platform-fabric-0.3.8.jar
|
||||
https://cdn.modrinth.com/data/Ha28R6CL/versions/B0fZidZi/fabric-language-kotlin-1.12.3%2Bkotlin.2.0.21.jar
|
||||
|
||||
# World Edit
|
||||
https://cdn.modrinth.com/data/1u6JkXh5/versions/vBzkrSYP/worldedit-mod-7.3.6.jar
|
||||
|
@ -1,4 +1,4 @@
|
||||
hackOnlineMode = true
|
||||
hackEarlySend = false
|
||||
hackMessageChain = true
|
||||
secret = "CMhgx3vF17Nu"
|
||||
secret = "bGAJSlLeA4Wf"
|
||||
|
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user