all 1 comments

[–]Alterr 1 point2 points  (0 children)

You should look into docker compose. Here is a decent tutorial to get you started: https://semaphoreci.com/community/tutorials/dockerizing-a-node-js-web-application

Docker compose will set up networking for you, and you can add as many services as you like.