feat: add Docker support with environment configuration and entrypoint script

This commit is contained in:
HueByte
2026-02-22 18:12:06 +01:00
parent 039390c8b0
commit 45fd382b13
7 changed files with 197 additions and 7 deletions
+11
View File
@@ -6,6 +6,17 @@
Or grab a self-contained binary from [Releases](https://github.com/HueByte/EchoHub/releases) -- no runtime needed.
## Docker
The quickest way to host a server:
```bash
cp .env.example .env
docker compose up -d
```
See the [Docker guide](docker.md) for configuration, pre-built images, and more.
## Run the Server
```bash