prom mod
This commit is contained in:
@@ -17,6 +17,7 @@ services:
|
||||
ports:
|
||||
- "25565:25565"
|
||||
- "24454:24454/udp"
|
||||
- "19565:19565"
|
||||
restart: unless-stopped
|
||||
container_name: mc-forge-patata
|
||||
environment:
|
||||
@@ -49,16 +50,12 @@ services:
|
||||
environment:
|
||||
EXPORT_SERVERS: mc
|
||||
DEBUG: "true"
|
||||
ports:
|
||||
- "8280:8080"
|
||||
depends_on:
|
||||
- mc
|
||||
networks:
|
||||
- patatanet
|
||||
cadvisor:
|
||||
image: gcr.io/cadvisor/cadvisor:v0.47.1
|
||||
ports:
|
||||
- "8180:8080"
|
||||
volumes:
|
||||
- /:/rootfs:ro
|
||||
- /var/run:/var/run:rw
|
||||
@@ -99,8 +96,6 @@ services:
|
||||
RCON_PORT: 25575
|
||||
RCON_PASSWORD: "${RCON_PASSWORD}"
|
||||
FORGE_SERVER: True
|
||||
ports:
|
||||
- 9700:8000
|
||||
volumes:
|
||||
- ../patata-data/world:/world:ro
|
||||
depends_on:
|
||||
@@ -109,8 +104,6 @@ services:
|
||||
- patatanet
|
||||
mc-export:
|
||||
image: ghcr.io/dirien/minecraft-exporter:latest
|
||||
ports:
|
||||
- 9150:9150
|
||||
environment:
|
||||
FORGE_SERVER: True
|
||||
MC_WORLD: /world
|
||||
|
||||
Reference in New Issue
Block a user