AURCache Stack: add cpu limit env var

This commit is contained in:
Aroy-Art 2025-05-09 22:33:12 +02:00
parent 4790284345
commit 7f894416e1
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -14,6 +14,7 @@ services:
- DB_USER=aurcache
- DB_PWD=${DB_PASSWORD:-password}
- DB_HOST=dbhost
- CPU_LIMIT=${CPU_LIMIT:-0}
networks:
aurcache_network:
restart: unless-stopped