diff --git a/start/hhzapi.sh b/start/hhzapi.sh index e28702f..02ba993 100755 --- a/start/hhzapi.sh +++ b/start/hhzapi.sh @@ -35,6 +35,8 @@ docker run --pull always -d \ --env MINIO_DAJIOSS_ENDPOINT=https://${MINIO_DOMAIN}:${NGINX_HTTPS_PORT} \ --env MINIO_OSS_ACCESSKEYID=${MINIO_ACCESS_KEY} \ --env MINIO_OSS_ACCESSKEYSECRET=${MINIO_SECRET_KEY} \ +--env TUOHENG_DSP_DOMAIN_URL=http://${DSP_API_NAME}:9015/ \ +--env TUOHENG_DSP_CALLBACK_URL=http://${HHZ_API_NAME}:9055/api/dsp/{requestId}/callback \ --env TZ=Asia/Shanghai \ --mount type=bind,source=/etc/localtime,target=/etc/localtime,readonly \ --memory ${HHZ_API_MEMORY} \