From 1683d79d71dfe7a189cd6ecee46406ab4c7e4440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Mon, 16 Jun 2025 10:29:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start/hhzapi.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/start/hhzapi.sh b/start/hhzapi.sh index 61db763..41f49bf 100755 --- a/start/hhzapi.sh +++ b/start/hhzapi.sh @@ -41,6 +41,8 @@ docker run --pull always -d \ --env TUOHENG_DSP_CALLBACK_URL=http://${HHZ_API_NAME}:9055/api/dsp/{requestId}/callback \ --env SW_AGENT_COLLECTOR_BACKEND_SERVICES=AOPHOST:13800 \ --env SW_AGENT_NAME=AGENT_${HHZ_API_NAME} \ +--env TUOHENG_OIDC-URL=https://${OIDC_ADMIN_DOMAIN_FULL} \ +--add-host ${OIDC_ADMIN_DOMAIN}:host-gateway \ --env TZ=Asia/Shanghai \ --mount type=bind,source=/etc/localtime,target=/etc/localtime,readonly \ --memory ${HHZ_API_MEMORY} \