Организация docker-окружения

This commit is contained in:
2026-01-03 01:11:59 +08:00
parent 5c1b19c08a
commit ddc4374dd6
6 changed files with 143 additions and 0 deletions

16
docker/prod/php.ini Normal file
View File

@@ -0,0 +1,16 @@
[PHP]
error_reporting = E_ALL & ~E_DEPRECATED
expose_php = Off
file_uploads = Off
memory_limit = 512M
; upload_max_filesize=10M
; post_max_size=10M
[opcache]
opcache.enable = 1
opcache.enable_cli = 1
opcache.memory_consumption = 128
opcache.max_accelerated_files = 30000
opcache.revalidate_freq = 0
opcache.jit_buffer_size = 64M
opcache.jit = tracing