chore: set cpu & memory limit

This commit is contained in:
Luigi Oliveira 2023-06-20 21:49:29 -03:00
parent 3a12e492a1
commit bfc437481e

View file

@ -2,6 +2,8 @@ version: "3.8"
services: services:
csgoretake: csgoretake:
image: timche/csgo image: timche/csgo
mem_limit: 2048m
cpus: 2
environment: environment:
- CSGO_WS_API_KEY #Portainer - CSGO_WS_API_KEY #Portainer
- CSGO_MAP="de_mirage" - CSGO_MAP="de_mirage"