feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
151 changed files with 728 additions and 6807 deletions
Showing only changes of commit f11b7dcd9b - Show all commits

2
app/www-ext.conf Normal file
View File

@ -0,0 +1,2 @@
[www]
pm.max_children = 15

View File

@ -25,7 +25,8 @@ services:
- ./.key.env
volumes:
- ${APP_PATH:-.}/:/code
- ./fcgi.conf:/usr/local/etc/php-fpm.d/fcgi.conf
- ${APP_PATH:-.}/fcgi.conf:/usr/local/etc/php-fpm.d/fcgi.conf
- ${APP_PATH:-.}/fcgi.conf:/usr/local/etc/php-fpm.d/www-extra.conf
- ./logs/php:/logs
db: