Commit graph

4 commits

Author SHA1 Message Date
thylong ccf51b0782
feat(volume): convert to anonymous volume 2023-12-27 17:52:27 +01:00
thylong 32305b4d3a
feat(non-root): run container as non-root with read-only fs
This commit allows any container based on linkstack image
to be run as non-root with apache user and limit to RO the
filesystem permissions. Ensuring a much more secured runtime.
2023-12-27 17:31:07 +01:00
Théotime Lévêque 52f17a764c
feat(config): move PHP configuration from runtime to build time
This commit is the second of a PR that will
aim at dropping requirement to run containers
with root permissions.

This commit leverages env vars rather than sed &
dynamic environment substitution for php.ini file.
2023-12-27 12:30:09 +01:00
Julian Prieber 49097991f6 Create docker-compose.yml 2023-05-10 14:56:32 +02:00