Hello. Where can I read or find a ready-made example which describes all steps to deploy a PHP application.
Here for example there is an app in Laravel in the repository, respectively. How to deplot it then to the server?
I understand how separate containers for php-fpm, Nginx, Postgres, composer, node, cron, Redis... As then it's all linked? Via hooks Gita? Go to the container to update the composer packages, go to the container node to rebuild the statics, etc.?