revert: remove BLOCKCHAIN_SERVICE_URL override, use default port 3000
This commit is contained in:
parent
a7a7b6b8f6
commit
56de1bff83
|
|
@ -124,8 +124,6 @@ services:
|
||||||
- BACKUP_SERVICE_URL=http://backup-service:3002
|
- BACKUP_SERVICE_URL=http://backup-service:3002
|
||||||
- BACKUP_SERVICE_ENABLED=true
|
- BACKUP_SERVICE_ENABLED=true
|
||||||
- SERVICE_JWT_SECRET=${SERVICE_JWT_SECRET}
|
- SERVICE_JWT_SECRET=${SERVICE_JWT_SECRET}
|
||||||
# Blockchain Service (for mnemonic verification)
|
|
||||||
- BLOCKCHAIN_SERVICE_URL=http://blockchain-service:3012
|
|
||||||
# MinIO Object Storage (Server A: 192.168.1.100)
|
# MinIO Object Storage (Server A: 192.168.1.100)
|
||||||
- MINIO_ENDPOINT=${MINIO_ENDPOINT:-192.168.1.100}
|
- MINIO_ENDPOINT=${MINIO_ENDPOINT:-192.168.1.100}
|
||||||
- MINIO_PORT=${MINIO_PORT:-9000}
|
- MINIO_PORT=${MINIO_PORT:-9000}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue