docker-alpine-php83-aio/README.md
Christopher Vagnetoft 5392cca13b
All checks were successful
dockerbuild / Build docker image (push) Successful in 1m49s
Fixes, BoltCMS
2024-02-07 13:37:27 +01:00

775 B

NoccyLabs PHP 8.3 Alpine All-in-One Base Image

This is an AIO container done mostly right. It contains Nginx, PHP 8.3 and FPM preconfigured. It also comes with a watchdog that ensures that a failure will bring down the container, allowing for self-healing by recreating containers.

Features

  • Nginx and PHP in a single container.
  • Framework detection.
  • Plenty of hooks.

Frameworks

Symfony

Symfony projects are detected from the symfony.lock file.

The support will ensure that composer is installed, and that the cache directory is writable.

BoltCMS

BoltCMS is detected and configured by the Symfony framework support script.

Composer

While not a frarmework, as a last resort the presence of a composer.json file will trigger an install.