[PR #44] [MERGED] Adding simple Traefik example. #772

Closed
opened 2026-03-07 21:23:36 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/44
Author: @lfache
Created: 4/7/2020
Status: Merged
Merged: 4/7/2020
Merged by: @glours

Base: masterHead: master


📝 Commits (3)

📊 Changes

5 files changed (+158 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
traefik-golang/README.md (+97 -0)
traefik-golang/backend/Dockerfile (+11 -0)
traefik-golang/backend/main.go (+30 -0)
traefik-golang/docker-compose.yml (+19 -0)

📄 Description

Just add a simple Traefik reverse proxy example like nginx golang


🔄 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/44 **Author:** [@lfache](https://github.com/lfache) **Created:** 4/7/2020 **Status:** ✅ Merged **Merged:** 4/7/2020 **Merged by:** [@glours](https://github.com/glours) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`bd92c49`](https://github.com/docker/awesome-compose/commit/bd92c49073fe0bf91b482165d1f6a7ec3d1889af) Adding simple Traefik example. - [`8a1f8e4`](https://github.com/docker/awesome-compose/commit/8a1f8e4f4a81819fd846a047e563686b63aef9dc) Update README.md - [`8d5a60c`](https://github.com/docker/awesome-compose/commit/8d5a60c6559bd157ba611291dee400a64ee7b446) Merge branch 'master' of https://github.com/docker/awesome-compose ### 📊 Changes **5 files changed** (+158 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `traefik-golang/README.md` (+97 -0) ➕ `traefik-golang/backend/Dockerfile` (+11 -0) ➕ `traefik-golang/backend/main.go` (+30 -0) ➕ `traefik-golang/docker-compose.yml` (+19 -0) </details> ### 📄 Description Just add a simple Traefik reverse proxy example like nginx golang --- <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-03-07 21:23:36 -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#772