This commit is contained in:
2026-02-12 17:44:22 +01:00
parent e8c41d1f64
commit 25bf0f8202
7 changed files with 5 additions and 40 deletions

2
config/backup.Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
FROM alpine:latest
RUN apk add --no-cache mariadb-client tar gzip

8
config/opcache.ini Normal file
View File

@@ -0,0 +1,8 @@
; OPcache caches compiled PHP for major speed gains
opcache.enable=1
opcache.memory_consumption=128
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=10000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=0

5
config/uploads.ini Normal file
View File

@@ -0,0 +1,5 @@
file_uploads = On
memory_limit = 500M
upload_max_filesize = 500M
post_max_size = 500M
max_execution_time = 600