fix: use named volumes, reduce nginx connections to 1024, 1 worker process

This commit is contained in:
Lizandro Guarnizo
2026-03-10 22:47:42 -05:00
parent 7a17fefb3e
commit b045d9db3a
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ priority=10
[program:whatsapp-worker]
command=/usr/local/bin/php /var/www/html/worker.php --daemon
process_name=%(program_name)s_%(process_num)02d
numprocs=3
numprocs=1
autostart=true
autorestart=true
startretries=10