Skip to content

Commit

Permalink
fix(docker-compose): add INSTILL_CORE_HOST back for Console to conn…
Browse files Browse the repository at this point in the history
…ect backend properly
  • Loading branch information
donch1989 committed Mar 11, 2024
1 parent c1a7288 commit 86ae3e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ INITMODEL_ENABLED=false
# configuration directory path
CONFIG_DIR_PATH=./configs

# Instill Core instance host
INSTILL_CORE_HOST=localhost

# container build
DOCKER_BUILDKIT=1
COMPOSE_DOCKER_CLI_BUILD=1
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ services:
NEXT_PUBLIC_USAGE_COLLECTION_ENABLED: ${USAGE_ENABLED}
NEXT_PUBLIC_CONSOLE_EDITION: ${EDITION}
NEXT_PUBLIC_CONSOLE_BASE_URL: http://${CONSOLE_HOST}:${CONSOLE_PORT}
NEXT_PUBLIC_API_GATEWAY_URL: http://${API_GATEWAY_HOST}:${API_GATEWAY_PORT}
NEXT_PUBLIC_API_GATEWAY_URL: http://${INSTILL_CORE_HOST}:${API_GATEWAY_PORT}
NEXT_SERVER_API_GATEWAY_URL: http://${API_GATEWAY_HOST}:${API_GATEWAY_PORT}
NEXT_PUBLIC_INSTILL_AI_USER_COOKIE_NAME: instill-ai-user
NEXT_PUBLIC_SELF_SIGNED_CERTIFICATION: "false"
Expand Down

0 comments on commit 86ae3e9

Please sign in to comment.