|
|
@ -11,7 +11,7 @@ services:
|
|
|
|
condition: service_started
|
|
|
|
condition: service_started
|
|
|
|
minio:
|
|
|
|
minio:
|
|
|
|
condition: service_started
|
|
|
|
condition: service_started
|
|
|
|
image: fu-hsi-web:1.0.0
|
|
|
|
image: fu-hsi-web:1.1.0
|
|
|
|
container_name: fu-hsi-web
|
|
|
|
container_name: fu-hsi-web
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- ${WEB_HTTP_PORT}:8097
|
|
|
|
- ${WEB_HTTP_PORT}:8097
|
|
|
@ -31,6 +31,9 @@ services:
|
|
|
|
--fu-hsi-config.thread-pool.triple.core=${THREAD_POOL_TRIPLE_CORE}
|
|
|
|
--fu-hsi-config.thread-pool.triple.core=${THREAD_POOL_TRIPLE_CORE}
|
|
|
|
--fu-hsi-config.thread-pool.type.core=${THREAD_POOL_TYPE_CORE}
|
|
|
|
--fu-hsi-config.thread-pool.type.core=${THREAD_POOL_TYPE_CORE}
|
|
|
|
--xxl.job.admin.password=${XXl_JOB_PASSWORD}
|
|
|
|
--xxl.job.admin.password=${XXl_JOB_PASSWORD}
|
|
|
|
|
|
|
|
--dify.server.url=${DIFY_SERVER_URL}
|
|
|
|
|
|
|
|
--dify.dataset.auth=${DIFY_DATASET_AUTH}
|
|
|
|
|
|
|
|
--dify.app.auth=${DIFY_APP_AUTH}
|
|
|
|
environment:
|
|
|
|
environment:
|
|
|
|
- TZ=${TIMEZONE}
|
|
|
|
- TZ=${TIMEZONE}
|
|
|
|
networks:
|
|
|
|
networks:
|
|
|
|