This commit is contained in:
孙小云 2025-06-05 15:34:33 +08:00
parent 9beb2bd5c1
commit 37d7302f85
2 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,5 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/tuoheng_airport" vcs="Git" />
<mapping directory="$PROJECT_DIR$/tuoheng_gateway" vcs="Git" />
<mapping directory="$PROJECT_DIR$/tuoheng_oidc" vcs="Git" />
</component>
</project>

View File

@ -43,6 +43,7 @@ docker run --pull always -d \
--env MINIO_OSS_ACCESSKEYID=${MINIO_ACCESS_KEY} \
--env MINIO_OSS_ACCESSKEYSECRET=${MINIO_SECRET_KEY} \
--env TUOHENG_DSP_CALLBACK_URL=https://${HHZ_DOMAIN_FULL}/hhz/admin/dsp/{requestId}/callback \
--env TUOHENG_OIDC-URL=https://${OIDC_ADMIN_DOMAIN_FULL} \
--env TZ=Asia/Shanghai \
--add-host ${OIDC_ADMIN_DOMAIN}:${NGINX_IP} \
--mount type=bind,source=/etc/localtime,target=/etc/localtime,readonly \