This commit is contained in:
2025-06-10 13:18:33 -07:00
parent c042e57302
commit 4e277c3df6
2 changed files with 1 additions and 6 deletions

View File

@@ -2,12 +2,8 @@ FROM fithwum/base-image:debian-bullseye
LABEL maintainer "fithwum"
# Environment Variables
ENV ACCEPT_EULA=""
ENV GAME_PORT=""
ENV MC_VERSION=""
ENV XMX_SIZE=""
ENV XMS_SIZE=""
ENV XMN_SIZE=""
ENV VS_VERSION=""
# URL's for files
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/vintage-story/-/raw/master/vanilla/install_script.sh

View File

@@ -2,7 +2,6 @@
# Copyright (c) 2022 fithwum
# All rights reserved
VS_VERSION=1.20.9
VS_SERVER_FILE=https://cdn.vintagestory.at/gamefiles/stable/vs_server_linux-x64_$MC_VERSION.tar.gz
VS_RUN_FILE=https://gitlab.fithwum.tech/fithwum/vintage-story/-/raw/master/vanilla/server.sh