add docker local dev stuff

This commit is contained in:
2025-09-03 19:29:55 +01:00
parent 7664dae54d
commit 2a523ef76c
11 changed files with 541 additions and 0 deletions

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

@@ -0,0 +1,6 @@
file_uploads = On
memory_limit = 512M
upload_max_filesize = 128M
post_max_size = 128M
max_execution_time = 600
client_max_body_size = 128M