Use two Dockerfiles, move Docker stuff to /docker

This commit is contained in:
zeke
2024-02-01 18:05:08 -08:00
committed by Zankaria
parent 5ca2d194b4
commit fc63de4ed4
9 changed files with 261 additions and 4 deletions

15
docker/php/custom.ini Normal file
View File

@@ -0,0 +1,15 @@
; based on https://github.com/dead-guru/devichan/blob/master/php-fpm/custom.ini
memory_limit = 2G
max_execution_time = 30
upload_max_filesize = 2G
post_max_size = 2G
pm = dynamic
pm.max_children = 20
pm.start_servers = 5
pm.min_spare_servers = 3
pm.max_spare_servers = 10
extension = igbinary.so
extension = redis.so
extension = imagick.so