Added base ReHLDS server

This commit is contained in:
2025-06-23 18:32:38 +00:00
parent f1baaf0f00
commit 27f0b96306
24 changed files with 271 additions and 176 deletions

View File

@ -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