chore(docker): add docker support

This commit is contained in:
2026-02-05 16:03:38 +01:00
parent 207a6d5a7c
commit 3993fb7fc3
11 changed files with 729 additions and 0 deletions

7
docker/php/opcache.ini Normal file
View File

@@ -0,0 +1,7 @@
opcache.enable=1
opcache.memory_consumption=256
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=20000
opcache.validate_timestamps=0
opcache.save_comments=1
opcache.fast_shutdown=1

6
docker/php/php.ini Normal file
View File

@@ -0,0 +1,6 @@
upload_max_filesize = 100M
post_max_size = 100M
memory_limit = 512M
max_execution_time = 600
max_input_time = 600
expose_php = Off