This commit is contained in:
Lars Olzem 2018-08-20 13:18:07 +01:00
parent afbcf1ba93
commit e5bcf55e35
No known key found for this signature in database
GPG Key ID: 358CF5698DDD556E

View File

@ -1,18 +1,32 @@
FROM hackebein/srcds FROM hackebein/srcds
ENV APPS="4020" \ ENV \
TICKRATE="66" \ # App
MAXPLAYERS="16" \ APPS="4020" \
#http://steamcommunity.com/dev/apikey #
# Public access
# APPID: 4000
# http://steamcommunity.com/dev/managegameservers
GLST="" \
#
# Workshop config
# http://steamcommunity.com/dev/apikey
AUTHKEY="" \ AUTHKEY="" \
WORKSHOPCOLLECTIONID="" \ WORKSHOPCOLLECTIONID="" \
# sandbox or terrortown #
# Server config
TICKRATE="66" \
MAXPLAYERS="16" \
GAMEMODE="sandbox" \ GAMEMODE="sandbox" \
GAMETYPE="0" \
MAP="gm_flatgrass" \ MAP="gm_flatgrass" \
#http://steamcommunity.com/dev/managegameservers APPID: 4000 MAPGROUP="mg_active" \
GLST="" \
CONFIG="server.cfg" \ CONFIG="server.cfg" \
#
# Other
CUSTOMPARAMETERS="" \ CUSTOMPARAMETERS="" \
#
# Start parameters
SRCDSPARAMS="\ SRCDSPARAMS="\
-game garrysmod \ -game garrysmod \
-tickrate \${TICKRATE} \ -tickrate \${TICKRATE} \