This commit is contained in:
孙小云 2025-06-16 10:29:25 +08:00
parent c4c5866419
commit 1683d79d71
1 changed files with 2 additions and 0 deletions

View File

@ -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} \