mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-06 15:46:35 -03:00
chore: set cpu & memory limit
This commit is contained in:
parent
3a12e492a1
commit
bfc437481e
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ version: "3.8"
|
|||
services:
|
||||
csgoretake:
|
||||
image: timche/csgo
|
||||
mem_limit: 2048m
|
||||
cpus: 2
|
||||
environment:
|
||||
- CSGO_WS_API_KEY #Portainer
|
||||
- CSGO_MAP="de_mirage"
|
||||
|
|
Loading…
Add table
Reference in a new issue