prophunt workflow

This commit is contained in:
2024-12-30 19:35:48 +01:00
parent 7f5d8ca09b
commit 37afc92c62
4 changed files with 227 additions and 0 deletions

11
Prophunt/Dockerfile Normal file
View File

@ -0,0 +1,11 @@
ARG SUFFIX=""
FROM jusito/docker-ttt:gmod_debian${SUFFIX}
ENV SERVER_GAMEMODE="prophunt"
COPY "server.cfg.default" "/home/server.cfg.default"
USER "$USER_ID:$GROUP_ID"
VOLUME "$SERVER_PATH"

View File

@ -0,0 +1,10 @@
hostname ""
sv_password ""
sv_voiceenable 0
sv_contact "unknown"
// rcon passsword
sv_rcon_banpenalty 5
sv_rcon_maxfailures 3