fix: add api/v1 prefix to BLOCKCHAIN_SERVICE_URL

This commit is contained in:
hailin 2025-12-08 00:09:54 -08:00
parent 3df55fcd6a
commit 1a5bafec1a
1 changed files with 2 additions and 2 deletions

View File

@ -124,8 +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
# Blockchain Service (port 3012, with api/v1 prefix)
- BLOCKCHAIN_SERVICE_URL=http://blockchain-service:3012/api/v1
# MinIO Object Storage (Server A: 192.168.1.100)
- MINIO_ENDPOINT=${MINIO_ENDPOINT:-192.168.1.100}
- MINIO_PORT=${MINIO_PORT:-9000}