Initial commit

This commit is contained in:
2025-10-06 02:53:44 +03:00
commit c6539102eb
8 changed files with 243 additions and 0 deletions

12
docker/php-fpm.conf Normal file
View File

@@ -0,0 +1,12 @@
[global]
daemonize = no
[www]
user = laravel
group = laravel
listen = 9000
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3