[PR #18] [CLOSED] feat: add docker-compose for Traefik and Caddy #146

Closed
opened 2026-02-16 12:51:39 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stoatchat/self-hosted/pull/18
Author: @Tchoupinax
Created: 11/6/2021
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • b41fb3a feat: add traefik and caddy docker-compose
  • f378f84 Merge branch 'revoltchat:master' into master
  • f54bcfc chore: improve the documentation
  • 570a03a fix: typo
  • f61f967 fix: another typo

📊 Changes

7 files changed (+312 additions, -1 deletions)

View changed files

📝 .gitignore (+1 -1)
exemples/README.md (+14 -0)
exemples/caddy/Caddyfile (+27 -0)
exemples/caddy/docker-compose.yml (+113 -0)
exemples/caddy/hosts.txt (+1 -0)
exemples/traefik/docker-compose.yml (+155 -0)
exemples/traefik/hosts.txt (+1 -0)

📄 Description

Hello!

I saw the todo list contains the action add Caddy so I made it and I add Traefik at the same time 😀

Be free to suggest any improvement or feedback

Thank you for your work!
Have a nice day


🔄 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/stoatchat/self-hosted/pull/18 **Author:** [@Tchoupinax](https://github.com/Tchoupinax) **Created:** 11/6/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`b41fb3a`](https://github.com/stoatchat/self-hosted/commit/b41fb3a50923378ded02585264f2c0a7328c245f) feat: add traefik and caddy docker-compose - [`f378f84`](https://github.com/stoatchat/self-hosted/commit/f378f84938066eb99710402cc1c0895ed4df3130) Merge branch 'revoltchat:master' into master - [`f54bcfc`](https://github.com/stoatchat/self-hosted/commit/f54bcfc677576267e222d8065cdbc247e0a6edc3) chore: improve the documentation - [`570a03a`](https://github.com/stoatchat/self-hosted/commit/570a03aee9e9556f0f258cba8ab9e13a4bf75b07) fix: typo - [`f61f967`](https://github.com/stoatchat/self-hosted/commit/f61f9679d1e64686f5a5e3d317ea09043e972801) fix: another typo ### 📊 Changes **7 files changed** (+312 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -1) ➕ `exemples/README.md` (+14 -0) ➕ `exemples/caddy/Caddyfile` (+27 -0) ➕ `exemples/caddy/docker-compose.yml` (+113 -0) ➕ `exemples/caddy/hosts.txt` (+1 -0) ➕ `exemples/traefik/docker-compose.yml` (+155 -0) ➕ `exemples/traefik/hosts.txt` (+1 -0) </details> ### 📄 Description Hello! I saw the todo list contains the action `add Caddy` so I made it and I add Traefik at the same time 😀 Be free to suggest any improvement or feedback Thank you for your work! Have a nice day --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:51:39 -05:00
yindo closed this issue 2026-02-16 12:51:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/self-hosted#146