Question
Docker Best Practice
I am planning to create a docker configuration, it will be implemented in an empty VPS.
The idea is to cover all process, including generating SSL certificate using letsencrypt, until serving the MERN application.
What is the best practice for this?
Do we need to create 1 docker compose file, it will cover all process?
Or we need to split the process into 2, one for generating the SSL certificate and the other for serving the application?
Or is there a better way?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×