docker-alpine-php83-aio/README.md

26 lines
775 B
Markdown
Raw Normal View History

2024-02-05 23:20:42 +00:00
# NoccyLabs PHP 8.3 Alpine All-in-One Base Image
2024-02-07 12:37:27 +00:00
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.
2024-02-05 23:20:42 +00:00
2024-02-07 12:37:27 +00:00
## 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.