serversideup / docker-php

🐳 Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more!
https://serversideup.net/open-source/docker-php/
GNU General Public License v3.0
1.67k stars 109 forks source link

Create a FrankenPHP variation #280

Open jaydrogers opened 7 months ago

jaydrogers commented 7 months ago

Discussed in https://github.com/serversideup/docker-php/discussions/220

Originally posted by **jaydrogers** November 13, 2023 # 👉 Describe the problem [comment]: <> (What are you trying to solve?) Traditional deployment methods of PHP can be tricky because it usually requires two processes to run a PHP app server. # 🏆 How to solve this problem [comment]: <> (Describe the feature that you are proposing and how it will solve the problem) ### Use FrankenPHP app server FrankenPHP is a modern PHP app server that simplifies the deployment of PHP. More detail about the project is here: https://frankenphp.dev/ Some additional discussion can be located here https://twitter.com/caddyserver/status/1716564187781136855 ### Adapt the “serversideup/php” images UX to this variation We can use the same environment variables and allow users to configure their PHP images easily like we do with the rest of our images. # 💯 How do we validate the problem is solved? [comment]: <> (Explain use cases on how we can measure the success of this implementation) Users will be able to deploy a Laravel PHP application running FrankenPHP with the same customization experience as the other serverisdeup/php images.
jaydrogers commented 7 months ago

Locking this conversation in favor of any comments being put directly on the PR: https://github.com/serversideup/docker-php/pull/283