subnet
This commit is contained in:
@@ -37,6 +37,8 @@ services:
|
||||
Mestrefox
|
||||
EXISTING_OPS_FILE: SYNCHRONIZE
|
||||
ICON: http://patatapack.oier.ovh:8000/patata-icon.png
|
||||
networks:
|
||||
- patatanet
|
||||
volumes:
|
||||
- ../patata-data:/data
|
||||
#- ./simple-discord-bot.toml:/data/config/simple-discord-bot.toml
|
||||
@@ -48,6 +50,8 @@ services:
|
||||
DEBUG: "true"
|
||||
depends_on:
|
||||
- mc
|
||||
networks:
|
||||
- patatanet
|
||||
cadvisor:
|
||||
image: gcr.io/cadvisor/cadvisor:v0.47.1
|
||||
# ports:
|
||||
@@ -66,6 +70,8 @@ services:
|
||||
- monitor
|
||||
- minecraft-exporter
|
||||
- mc-export
|
||||
networks:
|
||||
- patatanet
|
||||
grafana:
|
||||
image: grafana/grafana-oss:${GRAFANA_VERSION:-8.3.3}
|
||||
ports:
|
||||
@@ -80,7 +86,7 @@ services:
|
||||
build:
|
||||
context: ./minecraft-exporter
|
||||
environment:
|
||||
RCON_HOST: 127.0.0.1
|
||||
RCON_HOST: mc
|
||||
RCON_PORT: 25575
|
||||
FORGE_SERVER: True
|
||||
ports:
|
||||
@@ -89,25 +95,31 @@ services:
|
||||
- ../patata-data/world:/world:ro
|
||||
depends_on:
|
||||
- mc
|
||||
networks:
|
||||
- patatanet
|
||||
mc-export:
|
||||
image: ghcr.io/dirien/minecraft-exporter:latest
|
||||
ports:
|
||||
- 9150:9150
|
||||
environment:
|
||||
RCON_HOST: 127.0.0.1
|
||||
RCON_HOST: mc
|
||||
RCON_PORT: 25575
|
||||
FORGE_SERVER: True
|
||||
MC_WORLD: /world
|
||||
MC_RCON_ADDRESS: "mc:25575"
|
||||
MC_RCON_PASSWORD: ${RCON_PASSWORD}
|
||||
MC_NAME_SOURCE: offline
|
||||
WEB_LISTEN_ADDRESS: 9150
|
||||
volumes:
|
||||
- ../patata-data/world:/world:ro
|
||||
depends_on:
|
||||
- mc
|
||||
networks:
|
||||
- patatanet
|
||||
volumes:
|
||||
patata-data: {}
|
||||
world: {}
|
||||
prometheus-tsdb: {}
|
||||
grafana-lib: {}
|
||||
networks:
|
||||
patatanet:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user