homelab/containers/gameserver.yaml

21 lines
No EOL
449 B
YAML

version: "3.8"
services:
csgoretake:
image: timche/csgo:sourcemod
#mem_limit: 2048m
#cpus: 2
environment:
- CSGO_WS_API_KEY #Portainer
- CSGO_MAP="de_mirage"
- CSGO_MAX_PLAYERS=12
- CSGO_HOSTNAME="16:9"
- CSGO_RCON_PW
- CSGO_FORCE_NETSETTINGS=true
- CSGO_GSLT
- CSGO_PARAMS="-insecure"
volumes:
- csgoretake:/home/csgo/server
network_mode: host
volumes:
csgoretake: