https://medium.com/@michaelsholty/using-docker-compose-to-hook-up-a-full-stack-application-react-node-typescript-mongodb-fa66b96369a1
I’m interested to hear if anyone has any feedback on it!
Answers to your questions
https://medium.com/@michaelsholty/using-docker-compose-to-hook-up-a-full-stack-application-react-node-typescript-mongodb-fa66b96369a1
I’m interested to hear if anyone has any feedback on it!
nice article, good job!
Ok.. IMHO please don’t use the word orchestration with docker compose. Orchestration is part of docker swarm. Either I am having wrong def of orchestration or you are.
Good work – so many times articles on containers etc fail to mention applications
why yarn watch in the container when copying the source? if you want to use container for development, mount the source as a volume and then watch.
if just serving the app, use a leaner container with multi stage building.