homelab/containers/gameserver.yaml

20 lines
402 B
YAML
Raw Normal View History

version: "3.8"
services:
csgoretake:
image: timche/csgo
2023-06-20 21:49:29 -03:00
mem_limit: 2048m
cpus: 2
2023-06-20 21:36:05 -03:00
environment:
- CSGO_WS_API_KEY #Portainer
- CSGO_MAP="de_mirage"
- CSGO_MAX_PLAYERS=12
- CSGO_HOSTNAME="16:9"
- CSGO_RCON_PW
- CSGO_PW
- CSGO_FORCE_NETSETTINGS=true
volumes:
2023-06-20 21:36:05 -03:00
- csgoretake:/home/csgo/server
network_mode: host
volumes:
csgoretake: