[PR #360] [CLOSED] Yyuyyj patch 1 #401

Closed
opened 2025-11-06 14:25:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/360
Author: @YYUYYJ
Created: 6/1/2023
Status: Closed

Base: masterHead: YYUYYJ-patch-1


📝 Commits (10+)

📊 Changes

9 files changed (+377 additions, -0 deletions)

View changed files

nginx-golang-postgres-rabbitmq/.docker/docker-compose.yaml (+65 -0)
nginx-golang-postgres-rabbitmq/README.md (+89 -0)
nginx-golang-postgres-rabbitmq/backend/Dockerfile (+43 -0)
nginx-golang-postgres-rabbitmq/backend/go.mod (+11 -0)
nginx-golang-postgres-rabbitmq/backend/go.sum (+8 -0)
nginx-golang-postgres-rabbitmq/backend/main.go (+88 -0)
nginx-golang-postgres-rabbitmq/compose.yaml (+63 -0)
nginx-golang-postgres-rabbitmq/db/password.txt (+1 -0)
nginx-golang-postgres-rabbitmq/proxy/nginx.conf (+9 -0)

📄 Description

No description provided


🔄 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/360 **Author:** [@YYUYYJ](https://github.com/YYUYYJ) **Created:** 6/1/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `YYUYYJ-patch-1` --- ### 📝 Commits (10+) - [`206aa66`](https://github.com/docker/awesome-compose/commit/206aa66780b9814aca42707ea3fa4b3adc10c0e8) . - [`c68a0a6`](https://github.com/docker/awesome-compose/commit/c68a0a608b424861181c15d531da050d300f545d) Update Dockerfile - [`02d3d2b`](https://github.com/docker/awesome-compose/commit/02d3d2b988743460a7cf46f7109cf72a121607a9) Update compose.yaml - [`846471d`](https://github.com/docker/awesome-compose/commit/846471d581864f9b36e46d0be916caf42b0a6bfa) Update docker-compose.yaml - [`d5a07f0`](https://github.com/docker/awesome-compose/commit/d5a07f0527790434844167d1cb8921a534a71429) Update Dockerfile - [`b2aab4b`](https://github.com/docker/awesome-compose/commit/b2aab4bd4d68206b0db23b480611dd65b9e8080a) Update compose.yaml - [`0bb2f57`](https://github.com/docker/awesome-compose/commit/0bb2f57df471e5f7c5008e1ae4676a07ccecc995) Update docker-compose.yaml - [`377b1b6`](https://github.com/docker/awesome-compose/commit/377b1b6e6178483dd5312dce63ffbc38978c622e) Update README.md - [`47cd4a7`](https://github.com/docker/awesome-compose/commit/47cd4a710075797b77fc110a9ee4995c19d4cbec) Update README.md - [`5b9d9d8`](https://github.com/docker/awesome-compose/commit/5b9d9d89e5519fa4700747279ca343499c1a6d44) Update Dockerfile ### 📊 Changes **9 files changed** (+377 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `nginx-golang-postgres-rabbitmq/.docker/docker-compose.yaml` (+65 -0) ➕ `nginx-golang-postgres-rabbitmq/README.md` (+89 -0) ➕ `nginx-golang-postgres-rabbitmq/backend/Dockerfile` (+43 -0) ➕ `nginx-golang-postgres-rabbitmq/backend/go.mod` (+11 -0) ➕ `nginx-golang-postgres-rabbitmq/backend/go.sum` (+8 -0) ➕ `nginx-golang-postgres-rabbitmq/backend/main.go` (+88 -0) ➕ `nginx-golang-postgres-rabbitmq/compose.yaml` (+63 -0) ➕ `nginx-golang-postgres-rabbitmq/db/password.txt` (+1 -0) ➕ `nginx-golang-postgres-rabbitmq/proxy/nginx.conf` (+9 -0) </details> ### 📄 Description _No description provided_ --- <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:27 -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#401