feat: add Docker support for EchoHub.Server with Dockerfile and docker-compose.yml

This commit is contained in:
HueByte
2026-02-22 17:58:18 +01:00
parent 993bb1f973
commit c5be63db25
4 changed files with 70 additions and 0 deletions
+4
View File
@@ -4,6 +4,10 @@
- Fix user list empty on initial connect — `FetchAndUpdateOnlineUsers` was called before `InvokeUI` set the current channel, causing an early return
## New Features
- Add Docker support for EchoHub.Server — `docker compose up -d` for easy self-hosting with persistent volume for database, uploads, and logs
## Infrastructure
- Switch Terminal.Gui from local fork submodule back to NuGet package (`2.0.0-develop.5039`) — transparent color PR merged upstream