Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production containers based on FrankenPHP #58

Merged
merged 3 commits into from
Jan 29, 2024
Merged

Production containers based on FrankenPHP #58

merged 3 commits into from
Jan 29, 2024

Conversation

99linesofcode
Copy link
Owner

  • delete nginx container
  • clean up nginx container images from registry

Since my code no longer depends on the work by linuxserver.io, I'm no longer obligated to adhere to GPL 3.0
We are moving towards FrankenPHP to simplify the stack and benefit from worker mode and 103 early hints among other features
@99linesofcode
Copy link
Owner Author

The attentive reader will surely see I'm not introducing any new containers here. I had initially intended to use this repository as a base for, not only development containers but also the configuration I use in production but I now feel that should either be contained in it's own dedicated repository or, as it stands now, keep it with the boilerplate code I use for scaffolding new projects.

I'm moving away from using linuxserver.io based images and am instead adopting a PHP app server called FrankenPHP to serve my laravel applications from. Combined with Basecamp's Kamal that gives me very easy zero downtime deployments as well as support for modern features such as Worker mode and support 103 hints out of the box.

This also allows me to switch to a more open MIT license since non of the code depends on external code licensed under the GPU General Public License anylonger.

@99linesofcode 99linesofcode merged commit 4646ad8 into main Jan 29, 2024
@99linesofcode 99linesofcode deleted the frankenphp branch January 29, 2024 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant