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
+2 -6
View File
@@ -12,12 +12,8 @@ services:
# - "6697:6697" # IRC (TLS encrypted, preferred)
volumes:
- echohub-data:/app/data
environment:
- Server__Name=My EchoHub Server
- Server__Description=A self-hosted EchoHub chat server
# - Server__PublicServer=true
# - Server__PublicHost=echohub.example.com
# - Irc__Enabled=true
env_file:
- .env
volumes:
echohub-data: