mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
feat: add Docker support with environment configuration and entrypoint script
This commit is contained in:
+2
-6
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user