Answer the question
In order to leave comments, you need to log in
How to make true Docker and use it for NodeJS application?
A bundle is planned: nginx (proxy) + ssl + node.js
How to run it through docker right?
3 projects are planned on the server: 2 node, 1 php.
And so that if the load on one increases, others do not fall, separate the resources by cores.
How to do it right?
Answer the question
In order to leave comments, you need to log in
How to do it right?
Container for nginx with export of port 80 and import of application ports, it is better to allow all cores, we also forward all folders with static inside
Container for the database (if any) with export of its port
By container for each application, here the settings depend on the application
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question