metrics
This commit is contained in:
@@ -30,7 +30,6 @@ services:
|
||||
MOTD: "§l§cPatataPack§r"
|
||||
ONLINE_MODE: "FALSE"
|
||||
ALLOW_FLIGHT: "TRUE"
|
||||
RCON_PASSWORD: ${RCON_PASSWORD}
|
||||
OPS: |
|
||||
Bailongo
|
||||
Amimi
|
||||
@@ -64,6 +63,7 @@ services:
|
||||
- prometheus-tsdb:/prometheus
|
||||
depends_on:
|
||||
- monitor
|
||||
- minecraft-exporter
|
||||
grafana:
|
||||
image: grafana/grafana-oss:${GRAFANA_VERSION:-8.3.3}
|
||||
ports:
|
||||
@@ -78,14 +78,17 @@ services:
|
||||
build:
|
||||
context: ./minecraft-exporter
|
||||
environment:
|
||||
RCON_HOST: localhost
|
||||
RCON_HOST: 127.0.0.1
|
||||
RCON_PORT: 25575
|
||||
RCON_PASSWORD: ${RCON_PASSWORD}
|
||||
FORGE_SERVER: True
|
||||
ports:
|
||||
- 9700:8000
|
||||
- 9700:8000
|
||||
volumes:
|
||||
- ./world:/world:ro
|
||||
- ../patata-data/world:/world:ro
|
||||
depends_on:
|
||||
- mc
|
||||
volumes:
|
||||
patata-data: {}
|
||||
world: {}
|
||||
prometheus-tsdb: {}
|
||||
grafana-lib: {}
|
||||
|
||||
Reference in New Issue
Block a user