From be69a207f4dc36e76b0019ec4428bb73532e942a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Thu, 22 May 2025 11:28:55 +0800 Subject: [PATCH] xxx --- start/hhzapi.sh | 2 ++ 1 file changed, 2 insertions(+) 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} \