Compose для дев/прод окружений

This commit is contained in:
2024-09-15 18:01:28 +08:00
parent f0cfe4eda7
commit 2d5b9be5a0
8 changed files with 43 additions and 21 deletions

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

@@ -0,0 +1,14 @@
[PHP]
error_reporting = E_ALL
file_uploads = Off
; 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