-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
I could not find a clean and lean example for running a php app in docker with php-fpm and nginx and no code duplication or needing to have a shared volume mounted between nginx and php-fpm.
Worst there's a TON of docker images online with supervisor that runs 2 apps under it and makes it look like 1 docker app. I can't imagine any of them running in prod.
Now this app and the docker images it makes use of, starts fixing those issues I believe. Makes it feel like you can handle both dev and prod, using a clean docker setup.
So, this issue I'm opening is to gather extra ideas or feedback.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request