Files
LCE-Revelations/docker-compose.dedicated-server.fourkit.ghcr.yml

30 lines
932 B
YAML

services:
lce-revelations-dedicated-server-fourkit:
image: ghcr.io/itsrevela/lce-revelations-dedicated-server-fourkit:nightly
container_name: lce-revelations-dedicated-server-fourkit
restart: unless-stopped
tty: true
stdin_open: true
environment:
TZ: ${TZ:-Etc/UTC}
WINEARCH: win64
WINEPREFIX: /var/opt/wineprefix64
WINEDEBUG: -all
# linux require use file stdin
SERVER_CLI_INPUT_MODE: ${SERVER_CLI_INPUT_MODE:-stream}
# minimum required virtual screen
XVFB_DISPLAY: ${XVFB_DISPLAY:-:99}
XVFB_SCREEN: ${XVFB_SCREEN:-720x1280x16}
volumes:
# - wineprefix64:/var/opt/wineprefix64
- ./server-data:/srv/persist
# Drop plugin DLLs into ./plugins on the host to load them at startup
- ./plugins:/srv/mc/plugins
ports:
- "25565:25565/tcp"
- "25565:25565/udp"
stop_grace_period: 30s
# volumes:
# wineprefix64: