docker / awesome-compose

Awesome Docker Compose samples
https://docs.docker.com/compose/
Creative Commons Zero v1.0 Universal
34.57k stars 6.64k forks source link

docker-compose for nodejs and postgres connection #321

Open MathurUtkarsh opened 1 year ago

MathurUtkarsh commented 1 year ago

This project is a simple NodeJS application using Express framework and Postgres database. The environment is set up using Docker Compose and the connection between NodeJS and Postgres is established through networks in the compose file.