Recommended guide for Dockerized Laravel application and deploy to production server

i looking for guidelines/ course(free/ paid) to learn about how to dockerized laravel application and deploy it to a production server. Most of the resources i found in internet was covered on very simple application such as serving a fresh application in single container, and the worst things is no guides related to setup an actual server(AWS, azure or google cloud) that can support multiple docker containers.

The best i can found is teach how to deploy a single container to server which is not what i want. What i looking for is a fully working solution in multiple containers(mysql, php, nginx and etc).

I am experienced to develop and deploy web applications to production under LEMP stack or single docker container. To explore further, it would be great if i can migrate to multiple containers which is the advantages of docker.
Appreciate if someone can give me the hints on how to get started on this.