Jan Böhmer
bdd88700d4
Start php-fpm directly in our docker entrypoint
...
This way it gets all environment variables and we do not need to hassle ourselves with the generation of php-fpm config files and we can use the normal clear_env=no option
This fixes issue #1006
2025-08-31 15:13:45 +02:00
Jan Böhmer
9a8e34cbe3
Changed classical docker image in the way that we do not need to passthrough env vars explicitly
2025-08-30 21:40:24 +02:00
Jan Böhmer
c8375def1a
Added an database automigration feature to the docker image
2025-03-30 14:47:48 +02:00
Jan Böhmer
7366a33fe5
Apply the PHP_VERSION arg also to the partdb-entrypoint during build, to make it really version independent
2024-09-08 19:40:19 +02:00
Jan Böhmer
e808964913
Default docker container uses php-fpm and preloading now
...
This gives us a approx. 12% performance boost
2023-03-04 20:25:48 +01:00
Jan Böhmer
66e566b99a
Use precompiled PHP extensions for docker container
...
This should hopefully reduce the build times for cross compiled images, as we dont have to build extensions from source there.
2023-02-05 18:58:57 +01:00
Jan Böhmer
6f28029fb8
Added a custom docker entrypoint which chowns used volumes
...
This fixes issue #206 .
2023-02-04 22:44:33 +01:00