[PR #663] Add Go + Redis Docker Compose sample #5956

Open
opened 2026-04-26 18:07:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/663
Author: @payal8parkhe
Created: 1/26/2026
Status: 🔄 Open

Base: masterHead: add-go-redis-sample


📝 Commits (1)

  • f063e7b Add Go + Redis Docker Compose sample

📊 Changes

7 files changed (+228 additions, -0 deletions)

View changed files

go-redis/README.md (+132 -0)
go-redis/app/Dockerfile (+22 -0)
go-redis/app/go.mod (+10 -0)
go-redis/app/go.sum (+10 -0)
go-redis/app/main.go (+36 -0)
go-redis/awesome-compose (+1 -0)
go-redis/compose.yaml (+17 -0)

📄 Description

This PR adds a Go + Redis sample demonstrating a simple HTTP service
backed by Redis using Docker Compose.

  • / -> shows service running
  • /count -> increments counter in Redis

Includes compose.yaml, Dockerfile, and README.


🔄 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/663 **Author:** [@payal8parkhe](https://github.com/payal8parkhe) **Created:** 1/26/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-go-redis-sample` --- ### 📝 Commits (1) - [`f063e7b`](https://github.com/docker/awesome-compose/commit/f063e7bf72a686f328f818edc457afb415a6396c) Add Go + Redis Docker Compose sample ### 📊 Changes **7 files changed** (+228 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `go-redis/README.md` (+132 -0) ➕ `go-redis/app/Dockerfile` (+22 -0) ➕ `go-redis/app/go.mod` (+10 -0) ➕ `go-redis/app/go.sum` (+10 -0) ➕ `go-redis/app/main.go` (+36 -0) ➕ `go-redis/awesome-compose` (+1 -0) ➕ `go-redis/compose.yaml` (+17 -0) </details> ### 📄 Description This PR adds a Go + Redis sample demonstrating a simple HTTP service backed by Redis using Docker Compose. - / -> shows service running - /count -> increments counter in Redis Includes compose.yaml, Dockerfile, and README. --- <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 2026-04-26 18:07:27 -05: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#5956