feat: add Docker workflow for building and pushing multi-arch server image to GHCR

This commit is contained in:
HueByte
2026-02-22 18:03:25 +01:00
parent c5be63db25
commit 039390c8b0
3 changed files with 98 additions and 2 deletions
+2 -2
View File
@@ -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: