How can I Dockerize my Symfony Application?

Recently I started developing a website using symfony. My goal is symply to learn, and as such I am using a variety of different depencies and quite a few node modules.

Now I have already looked into a lot of documentation about docker and symfony, however nothing I can find has really helped me.

The largest frameworks/techs I am using are symfony-7, webpack (encore), twig, doctrine and bootstrap-5.3 along with as mentioned quite a few other composer-“modules” and node-modules.

In my project I have a docker-compose file.

Any help or pointers towards the right direction are massively appreciated!