fix: add BLOCKCHAIN_SERVICE_URL=http://blockchain-service:3012 for mnemonic verification
This commit is contained in:
parent
56de1bff83
commit
3df55fcd6a
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue