Added base ReHLDS server
This commit is contained in:
@ -3,17 +3,11 @@ services:
|
||||
build: .
|
||||
container_name: csdm
|
||||
ports:
|
||||
- "${PORT}:${PORT}/udp"
|
||||
- "${HLTV_PORT}:${HLTV_PORT}/udp"
|
||||
- "27015:27015/udp"
|
||||
volumes:
|
||||
- ./server.cfg:/hlds/cstrike/server.cfg
|
||||
restart: unless-stopped
|
||||
- ./configs:/opt/hlds/cstrike/addons/amxmodx/configs
|
||||
- ./logs:/opt/hlds/cstrike/logs
|
||||
environment:
|
||||
HOSTNAME: "${HOSTNAME}"
|
||||
MAP: "${START_MAP}"
|
||||
MAX_PLAYERS: "${MAX_PLAYERS}"
|
||||
PORT: "${PORT}"
|
||||
HLTV_PORT: "${HLTV_PORT}"
|
||||
RCON_PASSWORD: "${RCON_PASSWORD}"
|
||||
SV_LAN: "${SV_LAN}"
|
||||
VAC: "${VAC}"
|
||||
- TZ=Europe/Moscow
|
||||
- LANG=C.UTF-8
|
||||
restart: unless-stopped
|
||||
|
Reference in New Issue
Block a user