prophunt workflow
This commit is contained in:
11
Prophunt/Dockerfile
Normal file
11
Prophunt/Dockerfile
Normal 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"
|
10
Prophunt/server.cfg.default
Normal file
10
Prophunt/server.cfg.default
Normal file
@ -0,0 +1,10 @@
|
||||
hostname ""
|
||||
sv_password ""
|
||||
sv_voiceenable 0
|
||||
|
||||
sv_contact "unknown"
|
||||
|
||||
|
||||
// rcon passsword
|
||||
sv_rcon_banpenalty 5
|
||||
sv_rcon_maxfailures 3
|
Reference in New Issue
Block a user