fix: add BLOCKCHAIN_SERVICE_URL=http://blockchain-service:3012 for mnemonic verification

This commit is contained in:
hailin 2025-12-08 00:04:39 -08:00
parent 56de1bff83
commit 3df55fcd6a
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,8 @@ services:
- BACKUP_SERVICE_URL=http://backup-service:3002
- BACKUP_SERVICE_ENABLED=true
- SERVICE_JWT_SECRET=${SERVICE_JWT_SECRET}
# Blockchain Service (port 3012, not default 3000)
- BLOCKCHAIN_SERVICE_URL=http://blockchain-service:3012
# MinIO Object Storage (Server A: 192.168.1.100)
- MINIO_ENDPOINT=${MINIO_ENDPOINT:-192.168.1.100}
- MINIO_PORT=${MINIO_PORT:-9000}