As of 2021, what are the best practices deploying a Apache/PHP/Postgres project with Docker?

This page summarizes the projects mentioned and recommended in the original post on /r/docker

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • php-docker-bench

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • s6-overlay

    s6 overlay for containers (includes execline, s6-linux-utils & a custom init)

  • wait-for-it

    Pure bash script to test and wait on the availability of a TCP host and port

  • docker-php-nginx

    Docker image with PHP-FPM 8.3 & Nginx 1.26 on Alpine Linux

    It's a question of ressource allocation / scalability desires vs ease of deployment... php ships an apache image ready to go docker pull php:apache. Personally I would prefer using a php-fpm/nginx hybrid for performance ... something like this

  • php-docker-compose

    High speed low drag PHP using Docker

    Examples of my starting dev stack are at: https://github.com/jstormes/php-docker-compose

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I am new to xampp and cannot seem to get my code to display on the browser. I am using a pc and I type in the URL localhost/xampp/htdocs/index.php and I get error 404, and other great things like the code below when I use phpstorm and click on the chrome icon. What do I need to do to make this work?

    1 project | /r/PHPhelp | 5 Feb 2022
  • [Request For Testing] Calibre / Ubooquity alternative

    1 project | /r/DataHoarder | 15 Sep 2021
  • Best reverse proxy for Docker containers?

    5 projects | /r/selfhosted | 3 Nov 2022
  • Laravel API + Nuxt SPA + Forge

    2 projects | /r/laravel | 27 Sep 2022
  • Ask r/kubernetes: What are you working on this week?

    4 projects | /r/kubernetes | 6 Jun 2022

Did you konow that Dockerfile is
the 35th most popular programming language
based on number of metions?