mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-03 11:15:18 +08:00
Fix/docker env namings (#5857)
Co-authored-by: dahuahua <38651850@qq.com>
This commit is contained in:
parent
6e256507d3
commit
d468f8b75c
@ -75,8 +75,8 @@ INIT_PASSWORD=
|
|||||||
DEPLOY_ENV=PRODUCTION
|
DEPLOY_ENV=PRODUCTION
|
||||||
|
|
||||||
# Whether to enable the version check policy.
|
# Whether to enable the version check policy.
|
||||||
# If set to false, https://updates.dify.ai will not be called for version check.
|
# If set to empty, https://updates.dify.ai will not be called for version check.
|
||||||
CHECK_UPDATE_URL=true
|
CHECK_UPDATE_URL=https://updates.dify.ai
|
||||||
|
|
||||||
# Used to change the OpenAI base address, default is https://api.openai.com/v1.
|
# Used to change the OpenAI base address, default is https://api.openai.com/v1.
|
||||||
# When OpenAI cannot be accessed in China, replace it with a domestic mirror address,
|
# When OpenAI cannot be accessed in China, replace it with a domestic mirror address,
|
||||||
|
@ -8,8 +8,8 @@ x-shared-env: &shared-api-worker-env
|
|||||||
CONSOLE_API_URL: ${CONSOLE_API_URL:-}
|
CONSOLE_API_URL: ${CONSOLE_API_URL:-}
|
||||||
SERVICE_API_URL: ${SERVICE_API_URL:-}
|
SERVICE_API_URL: ${SERVICE_API_URL:-}
|
||||||
APP_WEB_URL: ${APP_WEB_URL:-}
|
APP_WEB_URL: ${APP_WEB_URL:-}
|
||||||
CHECK_UPDATE_URL: ${CHECK_UPDATE_URL:-true}
|
CHECK_UPDATE_URL: ${CHECK_UPDATE_URL:-https://updates.dify.ai}
|
||||||
OPENAI_API_BASE: ${OPENAI_API_BASE:-}
|
OPENAI_API_BASE: ${OPENAI_API_BASE:-https://api.openai.com/v1}
|
||||||
FILES_URL: ${FILES_URL:-}
|
FILES_URL: ${FILES_URL:-}
|
||||||
FILES_ACCESS_TIMEOUT: ${FILES_ACCESS_TIMEOUT:-300}
|
FILES_ACCESS_TIMEOUT: ${FILES_ACCESS_TIMEOUT:-300}
|
||||||
MIGRATION_ENABLED: ${MIGRATION_ENABLED:-true}
|
MIGRATION_ENABLED: ${MIGRATION_ENABLED:-true}
|
||||||
@ -308,8 +308,8 @@ services:
|
|||||||
- api
|
- api
|
||||||
- web
|
- web
|
||||||
ports:
|
ports:
|
||||||
- "${NGINX_PORT:-80}:${EXPOSE_NGINX_PORT:-80}"
|
- "${EXPOSE_NGINX_PORT:-80}:${NGINX_PORT:-80}"
|
||||||
- "${NGINX_SSL_PORT:-443}:${EXPOSE_NGINX_SSL_PORT:-443}"
|
- "${EXPOSE_NGINX_SSL_PORT:-443}:${NGINX_SSL_PORT:-443}"
|
||||||
|
|
||||||
# The Weaviate vector store.
|
# The Weaviate vector store.
|
||||||
weaviate:
|
weaviate:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user