feat(docker): ulimits to worker services to prevent exhaustion (#10107)

This commit is contained in:
Pedro Martín
2026-02-18 10:23:02 +01:00
committed by GitHub
parent be3be3eb62
commit b732cf4f06
4 changed files with 22 additions and 11 deletions

View File

@@ -144,6 +144,10 @@ services:
condition: service_healthy
neo4j:
condition: service_healthy
ulimits:
nofile:
soft: 65536
hard: 65536
entrypoint:
- "/home/prowler/docker-entrypoint.sh"
- "worker"
@@ -166,6 +170,10 @@ services:
condition: service_healthy
neo4j:
condition: service_healthy
ulimits:
nofile:
soft: 65536
hard: 65536
entrypoint:
- "../docker-entrypoint.sh"
- "beat"