Switch to cross-build from M1 via Gitea container registry
Deploy Dashboard / deploy (push) Failing after 1m31s

This commit is contained in:
Gan, Jimmy
2026-02-21 00:40:46 +08:00
parent fa63214e0c
commit 1e3bd71bfb
3 changed files with 25 additions and 8 deletions
+3 -2
View File
@@ -19,8 +19,8 @@ services:
max-file: "3"
dashboard:
build: .
image: nas-dashboard:latest
# build: .
image: 100.78.131.124:3300/jimmy/nas-dashboard:latest
container_name: nas-dashboard
restart: unless-stopped
ports:
@@ -39,6 +39,7 @@ services:
- TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN:-}
- TELEGRAM_CHAT_ID=${TELEGRAM_CHAT_ID:-}
- TELEGRAM_PROXY=${TELEGRAM_PROXY:-}
- CORS_ORIGINS=https://nas.jimmygan.com
volumes:
- /volume1:/volume1
- /volume1/docker/nas-dashboard/ssh/dashboard_terminal:/app/ssh/id_ed25519:ro