mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-07 07:56:37 -03:00
chore: temp removing container limits for testing
This commit is contained in:
parent
bfc437481e
commit
613a853a9e
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ version: "3.8"
|
||||||
services:
|
services:
|
||||||
csgoretake:
|
csgoretake:
|
||||||
image: timche/csgo
|
image: timche/csgo
|
||||||
mem_limit: 2048m
|
#mem_limit: 2048m
|
||||||
cpus: 2
|
#cpus: 2
|
||||||
environment:
|
environment:
|
||||||
- CSGO_WS_API_KEY #Portainer
|
- CSGO_WS_API_KEY #Portainer
|
||||||
- CSGO_MAP="de_mirage"
|
- CSGO_MAP="de_mirage"
|
||||||
|
|
Loading…
Add table
Reference in a new issue