Adiciona configuração inicial da stack Docker para projetos Laravel, incluindo Dockerfile, docker-compose, scripts de gerenciamento e configuração do Nginx.

This commit is contained in:
juancjc
2026-05-11 12:44:24 -05:00
commit 87261e0b07
14 changed files with 1091 additions and 0 deletions

14
php/php.ini Normal file
View File

@@ -0,0 +1,14 @@
memory_limit=${PHP_MEMORY_LIMIT}
upload_max_filesize=100M
post_max_size=100M
max_execution_time=300
max_input_time=300
date.timezone=America/Rio_Branco
opcache.enable=1
opcache.enable_cli=1
opcache.validate_timestamps=0
opcache.max_accelerated_files=20000
opcache.memory_consumption=256
opcache.interned_strings_buffer=16
opcache.fast_shutdown=1