Is there a ready-to-use and production-ready Docker container for CodeIgniter? |
(05-30-2024, 03:24 AM)Bosborne Wrote: That container uses Ubuntu and is quite old. I have a Dockerfile that I am getting ready to use in production using the official php image. It is based on Debian Slim and the variant I use has a builtin Apache web server. They keep the image up to date with the latest php patches and OS versions. Hi Bosborne, Thanks for your response! Your Dockerfile seems to be an excellent base for a production environment. I am particularly interested in how you are handling the built-in Apache and keeping PHP and OS versions up to date. Yes, I am looking for something using Docker Volumes to mount the code, as it greatly facilitates continuous development and deployment. Running "composer install" manually inside the container with docker exec seems practical and should work well. Could you share your Dockerfile or a repository where I can see it in action? Additionally, any documentation or example of how you are using it would be very helpful. Thanks in advance for your help! |
Messages In This Thread |
Is there a ready-to-use and production-ready Docker container for CodeIgniter? - by tarcisiodev1 - 05-29-2024, 01:49 PM
RE: Is there a ready-to-use and production-ready Docker container for CodeIgniter? - by InsiteFX - 05-29-2024, 11:09 PM
RE: Is there a ready-to-use and production-ready Docker container for CodeIgniter? - by Bosborne - 05-30-2024, 03:24 AM
RE: Is there a ready-to-use and production-ready Docker container for CodeIgniter? - by tarcisiodev1 - 05-30-2024, 05:41 PM
RE: Is there a ready-to-use and production-ready Docker container for CodeIgniter? - by Bosborne - 05-31-2024, 09:19 AM
RE: Is there a ready-to-use and production-ready Docker container for CodeIgniter? - by ElisBrick - 05-30-2024, 06:21 AM
|