mirror of https://github.com/langgenius/dify.git
fix: docker env
This commit is contained in:
parent
45677ac57c
commit
57719f3ce9
|
|
@ -27,7 +27,7 @@ SERVICE_API_URL=
|
|||
# Trigger external URL
|
||||
# used to display trigger endpoint API Base URL to the front-end.
|
||||
# Example: https://api.dify.ai
|
||||
TRIGGER_URL=
|
||||
TRIGGER_URL=http://localhost
|
||||
|
||||
# WebApp API backend Url,
|
||||
# used to declare the back-end URL for the front-end API.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ x-shared-env: &shared-api-worker-env
|
|||
CONSOLE_API_URL: ${CONSOLE_API_URL:-}
|
||||
CONSOLE_WEB_URL: ${CONSOLE_WEB_URL:-}
|
||||
SERVICE_API_URL: ${SERVICE_API_URL:-}
|
||||
TRIGGER_URL: ${TRIGGER_URL:-}
|
||||
TRIGGER_URL: ${TRIGGER_URL:-http://localhost}
|
||||
APP_API_URL: ${APP_API_URL:-}
|
||||
APP_WEB_URL: ${APP_WEB_URL:-}
|
||||
FILES_URL: ${FILES_URL:-}
|
||||
|
|
|
|||
Loading…
Reference in New Issue