[PR #321] docker-compose for nodejs and postgres connection #383

Open
opened 2025-11-06 14:25:04 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/321
Author: @MathurUtkarsh
Created: 2/2/2023
Status: 🔄 Open

Base: masterHead: master


📝 Commits (4)

📊 Changes

6 files changed (+86 additions, -0 deletions)

View changed files

nodejs-postgres/README.md (+26 -0)
nodejs-postgres/docker-compose.yml (+19 -0)
nodejs-postgres/nodejs/Dockerfile (+13 -0)
nodejs-postgres/nodejs/index.js (+11 -0)
nodejs-postgres/nodejs/package.json (+12 -0)
nodejs-postgres/postgres/Dockerfile (+5 -0)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/321 **Author:** [@MathurUtkarsh](https://github.com/MathurUtkarsh) **Created:** 2/2/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`99a93a5`](https://github.com/docker/awesome-compose/commit/99a93a5da8067dbf0920d25d145e0117baa6df40) nodejs postgres connection - [`86a1fbf`](https://github.com/docker/awesome-compose/commit/86a1fbf9f3b715177dd6d3d82d7b93a945d29011) Create README.md - [`007c776`](https://github.com/docker/awesome-compose/commit/007c776a86452fd1aabc4db80d52f3a493fb556d) Update README.md - [`c62ffcd`](https://github.com/docker/awesome-compose/commit/c62ffcdc52582ce2362eb59ad905108c804ef543) Update README.md ### 📊 Changes **6 files changed** (+86 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `nodejs-postgres/README.md` (+26 -0) ➕ `nodejs-postgres/docker-compose.yml` (+19 -0) ➕ `nodejs-postgres/nodejs/Dockerfile` (+13 -0) ➕ `nodejs-postgres/nodejs/index.js` (+11 -0) ➕ `nodejs-postgres/nodejs/package.json` (+12 -0) ➕ `nodejs-postgres/postgres/Dockerfile` (+5 -0) </details> ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:25:04 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#383