mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-22 17:39:34 +00:00
* Initial plan * Refactor Dockerfiles to use Node.js multistage builds Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com> * Fix node-builder stage with stub translations file Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com> * Improve stub translations file creation using heredoc Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com> * Build real translations in node-builder stage via cache warmup Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com> * Improve error handling for cache warmup fallback Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com> * Use native build platform for node-builder stage Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com> * Do not include fallback for case that translations not exist * Use newer format for dockerfile-frankenphp * Dockfile added caching to package managers * Fixed frankenphp build * Fixed complain about missing symfony runtime * Use caching for frankenphp dockerfile * add target arch to dockerfile caches, to avoid problems * add targetarch arg * moved targetarch argument to correct position --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com> Co-authored-by: Jan Böhmer <mail@jan-boehmer.de>
18 lines
418 B
INI
18 lines
418 B
INI
expose_php = 0
|
|
date.timezone = UTC
|
|
apc.enable_cli = 1
|
|
session.use_strict_mode = 1
|
|
zend.detect_unicode = 0
|
|
|
|
; https://symfony.com/doc/current/performance.html
|
|
realpath_cache_size = 4096K
|
|
realpath_cache_ttl = 600
|
|
opcache.interned_strings_buffer = 16
|
|
opcache.max_accelerated_files = 20000
|
|
opcache.memory_consumption = 256
|
|
opcache.enable_file_override = 1
|
|
|
|
memory_limit = 512M
|
|
|
|
upload_max_filesize=256M
|
|
post_max_size=300M
|