Link to the written tutorial on my blog:
https://www.pascallandau.com/blog/doc...
Link to the branch of the Github repository:
https://github.com/paslandau/docker-p...
Previous video:
• Docker development setup for PHP Proj...
In this video we will go over a complete Docker setup for PHP 8.1 applications. The setup consists of:
- a php application container
- a php worker container
- a php-fpm container
- an nginx container
- a redis container
- a mysql container
The PHP images are bases on a common base image that uses a plain alpine image to start from. The orchestration
is handled by docker-compose and simplified with GNU Make for a convenient development workflow.