mirror of
https://github.com/itsRevela/MinecraftConsoles.git
synced 2026-07-18 05:50:37 +00:00
feat: build vanilla and fourkit dedicated server docker images in nightly
This commit is contained in:
29
docker-compose.dedicated-server.fourkit.ghcr.yml
Normal file
29
docker-compose.dedicated-server.fourkit.ghcr.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
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:
|
||||
Reference in New Issue
Block a user