docs: update docker-compose.yml

This commit is contained in:
An0nX
2026-03-04 20:59:34 +03:00
committed by GitHub
parent 72f684811c
commit c3a99cad5b

View File

@@ -91,6 +91,15 @@ services:
limits:
cpus: "0.50"
memory: 256M
reservations:
cpus: "0.25"
memory: 128M
# Лимиты файловых дескрипторов (КРИТИЧНО для высоконагруженного сервера!)
ulimits:
nofile:
soft: 65536
hard: 65536
logging:
driver: json-file