[PR #276] [CLOSED] nginx-nodejs-redis: add dev envs config #351

Closed
opened 2025-11-06 14:24:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/276
Author: @milas
Created: 7/11/2022
Status: Closed

Base: masterHead: devenvs-nginx-nodejs-redis


📝 Commits (1)

  • a6048a7 nginx-nodejs-redis: add dev envs config

📊 Changes

7 files changed (+178 additions, -62 deletions)

View changed files

nginx-nodejs-redis/.docker/docker-compose.yaml (+47 -0)
📝 nginx-nodejs-redis/README.md (+77 -43)
📝 nginx-nodejs-redis/compose.yaml (+28 -12)
nginx-nodejs-redis/nginx/Dockerfile (+0 -3)
📝 nginx-nodejs-redis/proxy/nginx.conf (+0 -0)
📝 nginx-nodejs-redis/web/Dockerfile (+25 -3)
📝 nginx-nodejs-redis/web/server.js (+1 -1)

📄 Description

  • Add Docker Desktop Development Environments config
  • Upgrade NodeJS image
  • Rename nginx to proxy and use bind mount for config
    for consistency with other examples

🔄 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/276 **Author:** [@milas](https://github.com/milas) **Created:** 7/11/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `devenvs-nginx-nodejs-redis` --- ### 📝 Commits (1) - [`a6048a7`](https://github.com/docker/awesome-compose/commit/a6048a745a1ee0c63b5dc6a2705979aa4a944690) nginx-nodejs-redis: add dev envs config ### 📊 Changes **7 files changed** (+178 additions, -62 deletions) <details> <summary>View changed files</summary> ➕ `nginx-nodejs-redis/.docker/docker-compose.yaml` (+47 -0) 📝 `nginx-nodejs-redis/README.md` (+77 -43) 📝 `nginx-nodejs-redis/compose.yaml` (+28 -12) ➖ `nginx-nodejs-redis/nginx/Dockerfile` (+0 -3) 📝 `nginx-nodejs-redis/proxy/nginx.conf` (+0 -0) 📝 `nginx-nodejs-redis/web/Dockerfile` (+25 -3) 📝 `nginx-nodejs-redis/web/server.js` (+1 -1) </details> ### 📄 Description * Add Docker Desktop Development Environments config * Upgrade NodeJS image * Rename `nginx` to `proxy` and use bind mount for config for consistency with other examples --- <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:24:23 -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#351