Containarize app with react frontend django backend DB is my sql and nginx is also used

the project is a application which front end running on react , backend is running django using gunicorn and is connect to my sql , and nginx is also used ,
so the task is that i need to containerise it ,
is there any documentaition or articles which can help this project ?

That’s actually a question that can be answered with a whole book, maybe check one of the extensive tutorials on the Internet, like this one.

In general I recommend to use different containers for different tasks (Django, Postgres) and attach them to a common Docker Network, so you don’t expose unnecessary ports externally.

1 Like

Please, don’t create a new topic when you are not satisfied with the answer in another. You just copy pasted your original question.

I’m going to close this topic. If you have questions about this, please continue in the previous topic and react to people who really try to help you.