[PR #160] [MERGED] PR for resolving "Adding more examples #159" #856

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

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/160
Author: @LeonStoldt
Created: 8/7/2021
Status: Merged
Merged: 12/9/2021
Merged by: @aiordache

Base: masterHead: master


📝 Commits (5)

  • 38ec9ce Added Pi-hole / cloudflared example for use of DoH
  • 800e211 Adding Plex example
  • 5cfa856 Adding portainer example
  • acf9445 Adding wireguard example
  • 1fd4ba8 Adding postgreSQL / pgAdmin example

📊 Changes

15 files changed (+518 additions, -0 deletions)

View changed files

📝 README.md (+5 -0)
pihole-cloudflared-DoH/.env (+8 -0)
pihole-cloudflared-DoH/README.md (+108 -0)
pihole-cloudflared-DoH/docker-compose.yaml (+55 -0)
plex/.env (+1 -0)
plex/README.md (+57 -0)
plex/docker-compose.yaml (+11 -0)
portainer/README.md (+56 -0)
portainer/docker-compose.yaml (+15 -0)
postgresql-pgadmin/.env (+5 -0)
postgresql-pgadmin/README.md (+68 -0)
postgresql-pgadmin/docker-compose.yaml (+22 -0)
wireguard/.env (+2 -0)
wireguard/README.md (+78 -0)
wireguard/docker-compose.yaml (+27 -0)

📄 Description

My PR for adding the mentioned examples in Issue #159


🔄 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/160 **Author:** [@LeonStoldt](https://github.com/LeonStoldt) **Created:** 8/7/2021 **Status:** ✅ Merged **Merged:** 12/9/2021 **Merged by:** [@aiordache](https://github.com/aiordache) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`38ec9ce`](https://github.com/docker/awesome-compose/commit/38ec9cecbac84d91a33ce9416c6afeb2c6672a70) Added Pi-hole / cloudflared example for use of DoH - [`800e211`](https://github.com/docker/awesome-compose/commit/800e211fc46af6b03a2833f31fc99f0fd199d67e) Adding Plex example - [`5cfa856`](https://github.com/docker/awesome-compose/commit/5cfa856a07e6853dbf0754bf777e9d84e3f79bd1) Adding portainer example - [`acf9445`](https://github.com/docker/awesome-compose/commit/acf94458dcae262016763b89d10392666daaed84) Adding wireguard example - [`1fd4ba8`](https://github.com/docker/awesome-compose/commit/1fd4ba878dcafc9706228bbc4beeb4f296c9729e) Adding postgreSQL / pgAdmin example ### 📊 Changes **15 files changed** (+518 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+5 -0) ➕ `pihole-cloudflared-DoH/.env` (+8 -0) ➕ `pihole-cloudflared-DoH/README.md` (+108 -0) ➕ `pihole-cloudflared-DoH/docker-compose.yaml` (+55 -0) ➕ `plex/.env` (+1 -0) ➕ `plex/README.md` (+57 -0) ➕ `plex/docker-compose.yaml` (+11 -0) ➕ `portainer/README.md` (+56 -0) ➕ `portainer/docker-compose.yaml` (+15 -0) ➕ `postgresql-pgadmin/.env` (+5 -0) ➕ `postgresql-pgadmin/README.md` (+68 -0) ➕ `postgresql-pgadmin/docker-compose.yaml` (+22 -0) ➕ `wireguard/.env` (+2 -0) ➕ `wireguard/README.md` (+78 -0) ➕ `wireguard/docker-compose.yaml` (+27 -0) </details> ### 📄 Description My PR for adding the mentioned examples in Issue #159 --- <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:25:24 -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#856