added based server template

This commit is contained in:
2025-06-20 20:39:15 +04:00
parent e3d1654536
commit 49c0f61ea6
8 changed files with 64 additions and 0 deletions

18
docker-compose.yml Normal file
View File

@ -0,0 +1,18 @@
version: "3.9"
services:
csdm_1:
build: ./csserver
container_name: csdm-1
ports:
- "${PORT}:${PORT}/udp"
- "${HLTV_PORT}:${HLTV_PORT}/udp"
restart: unless-stopped
environment:
MAP: "de_dust2"
MAXPLAYERS: "16"
PORT: "27015"
HLTV_PORT: "27020"
RCON_PASSWORD: "bro1337"
SV_LAN: "0"
VAC: "insecure"