updated server settings
This commit is contained in:
11
.env
Normal file
11
.env
Normal file
@ -0,0 +1,11 @@
|
||||
# Server vars
|
||||
HOSTNAME=GO YASOZDAL | CSDM
|
||||
PORT=27015
|
||||
HLTV_PORT=27020
|
||||
VAC="secure"
|
||||
SV_LAN=0
|
||||
|
||||
# Gameplay settings
|
||||
START_MAP="de_dust2"
|
||||
MAX_PLAYERS=32
|
||||
RCON_PASSWORD=9OrEQYdj/ulkf0uC4JKr220+
|
@ -5,10 +5,13 @@ services:
|
||||
ports:
|
||||
- "${PORT}:${PORT}/udp"
|
||||
- "${HLTV_PORT}:${HLTV_PORT}/udp"
|
||||
volumes:
|
||||
- ./server.cfg:/hlds/cstrike/server.cfg
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
HOSTNAME: "${HOSTNAME}"
|
||||
MAP: "${START_MAP}"
|
||||
MAXPLAYERS: "${MAX_PLAYERS}"
|
||||
MAX_PLAYERS: "${MAX_PLAYERS}"
|
||||
PORT: "${PORT}"
|
||||
HLTV_PORT: "${HLTV_PORT}"
|
||||
RCON_PASSWORD: "${RCON_PASSWORD}"
|
||||
|
15
server.cfg
15
server.cfg
@ -0,0 +1,15 @@
|
||||
hostname "GO YASOZDAL | CSDM"
|
||||
sv_lan "0"
|
||||
rcon_password "9OrEQYdj/ulkf0uC4JKr220+"
|
||||
mp_autoteambalance 0
|
||||
mp_limitteams 2
|
||||
mp_freezetime 3
|
||||
mp_roundtime 2
|
||||
mp_timelimit 30
|
||||
mp_startmoney 2025
|
||||
sv_aim 0
|
||||
pausable 0
|
||||
sv_maxspeed 320
|
||||
mp_timelimit 20
|
||||
sv_cheats 0
|
||||
maxplayers ""
|
||||
|
Reference in New Issue
Block a user