diff --git a/backend/services/docker-compose.yml b/backend/services/docker-compose.yml index 356e798e..ffdf4855 100644 --- a/backend/services/docker-compose.yml +++ b/backend/services/docker-compose.yml @@ -341,6 +341,7 @@ services: - IDENTITY_SERVICE_URL=http://rwa-identity-service:3000 - REFERRAL_SERVICE_URL=http://rwa-referral-service:3004 - ADMIN_SERVICE_URL=http://rwa-admin-service:3010 + - AUTHORIZATION_SERVICE_URL=http://rwa-authorization-service:3009 # MinIO Object Storage - 用于合同签名和PDF存储 - MINIO_ENDPOINT=${MINIO_ENDPOINT:-192.168.1.100} - MINIO_PORT=${MINIO_PORT:-9000}