Add newer CoalGov update
This commit is contained in:
@@ -10,13 +10,35 @@ services:
|
||||
VERSION: "1.21.11"
|
||||
TYPE: "PAPER"
|
||||
LEVEL: "world"
|
||||
MEMORY: "8G"
|
||||
MEMORY: "6G"
|
||||
USE_AIKAR_FLAGS: "true"
|
||||
ENABLE_RCON: "true"
|
||||
RCON_PASSWORD: "mcworldgen"
|
||||
RCON_PASSWORD: "poopymcbuttface69"
|
||||
VIEW_DISTANCE: "10"
|
||||
SIMULATION_DISTANCE: "6"
|
||||
PAUSE_WHEN_EMPTY_SECONDS: "-1"
|
||||
MOTD: "MC Worldgen test map"
|
||||
GENERATE_STRUCTURES: "false"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- /opt/bluemap/bluemap/web/maps/overworld/live:/bluemap-live
|
||||
|
||||
property-web:
|
||||
image: python:3.12-slim
|
||||
container_name: coalgov-property-web
|
||||
restart: unless-stopped
|
||||
working_dir: /app
|
||||
command: python app.py
|
||||
environment:
|
||||
COALGOV_DB: /data/plugins/CoalGov/coalgov.db
|
||||
COALGOV_WEB_SECRET: /app/session.secret
|
||||
COALGOV_WEB_PORT: "8088"
|
||||
COALGOV_BLUEMAP_URL: /bluemap/
|
||||
COALGOV_BLUEMAP_MARKERS_PATH: /bluemap-live/markers.json
|
||||
COALGOV_BLUEMAP_SYNC_SECONDS: "30"
|
||||
volumes:
|
||||
- ./property-web:/app
|
||||
- ./data:/data
|
||||
- /opt/bluemap/bluemap/web/maps/overworld/live:/bluemap-live
|
||||
ports:
|
||||
- "8088:8088"
|
||||
|
||||
Reference in New Issue
Block a user