I want to build a docker webserver, serving Nginx, PHP and MySQL for multiple websites.
Would it be better to run a single docker container for each component, ie one for MySQL, one for Nginx, One for PHP and another for my site data.
Or Run multipul containers that each include all the services (MySQL, PHP, Nginx and site Data) together, one for each web app?
Or just one with all the services, and another with site data?
My main concerns here are data backup, and using the hardware efficiently.
Normally we think Container as process. One process does one job.
So recommend to simplify the container if you can. Set containers for each service