mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-06 07:36:01 +02:00
feat: add Docker workflow for building and pushing multi-arch server image to GHCR
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ services:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5000:5000"
|
||||
# - "6667:6667" # IRC gateway (enable Irc__Enabled=true first)
|
||||
# - "6697:6697" # IRC TLS
|
||||
# - "6667:6667" # IRC (plain, no encryption)
|
||||
# - "6697:6697" # IRC (TLS encrypted, preferred)
|
||||
volumes:
|
||||
- echohub-data:/app/data
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user