homelab/containers/gameserver.yaml

21 lines
449 B
YAML
Raw Normal View History

version: "3.8"
services:
csgoretake:
2023-06-21 00:23:18 -03:00
image: timche/csgo:sourcemod
#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_FORCE_NETSETTINGS=true
- CSGO_GSLT
2023-06-23 22:30:00 -03:00
- CSGO_PARAMS="-insecure"
volumes:
2023-06-20 21:36:05 -03:00
- csgoretake:/home/csgo/server
network_mode: host
volumes:
2023-07-02 01:59:19 -03:00
csgoretake: