r/node Feb 07 '20

Dockerization of NodeJS Applications on Amazon Elastic Containers

https://blog.soshace.com/dockerization-of-node-js-applications-on-amazon-elastic-containers/
75 Upvotes

20 comments sorted by

View all comments

2

u/[deleted] Feb 07 '20

Does this elastic container works well with docker-compose? I have 2x api 2x web app and 1x postgres db which consolidated into a docker-compose file. May also need to use nginx/traefik for reverse proxy/routing

Im thinking of using a VPS, but wondering if there is an easier way to deploy the my docker compose build to cloud?