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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • php-docker-bench

  • s6-overlay

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • 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.24 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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

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