Switch to cross-build from M1 via Gitea container registry
Deploy Dashboard / deploy (push) Failing after 1m31s
Deploy Dashboard / deploy (push) Failing after 1m31s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user