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.