[GH-ISSUE #776] Proposal: Full-Stack Application with Gin, Next.js, Redis, and Nginx #15525

Open
opened 2026-06-21 01:19:14 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @ayushmehta03 on GitHub (Jun 20, 2026).
Original GitHub issue: https://github.com/docker/awesome-compose/issues/776

I'd like to contribute a Docker Compose example demonstrating a simple full-stack application using:

  • Gin (Go backend)
  • Next.js (frontend)
  • Redis (cache/counter storage)
  • Nginx (reverse proxy)

The example will showcase:

  • Multi-container applications with Docker Compose
  • Service-to-service communication
  • Reverse proxy configuration with Nginx
  • Basic Redis integration

The application itself will be intentionally simple and focused on demonstrating Docker Compose concepts rather than application complexity.

Please let me know if this would be a useful addition or if there is an existing example that should be extended instead.

Originally created by @ayushmehta03 on GitHub (Jun 20, 2026). Original GitHub issue: https://github.com/docker/awesome-compose/issues/776 I'd like to contribute a Docker Compose example demonstrating a simple full-stack application using: * Gin (Go backend) * Next.js (frontend) * Redis (cache/counter storage) * Nginx (reverse proxy) The example will showcase: * Multi-container applications with Docker Compose * Service-to-service communication * Reverse proxy configuration with Nginx * Basic Redis integration The application itself will be intentionally simple and focused on demonstrating Docker Compose concepts rather than application complexity. Please let me know if this would be a useful addition or if there is an existing example that should be extended instead.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#15525