Skip to content

Commit

Permalink
feat: add back INSTILL_CORE_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
EiffelFly authored and donch1989 committed Mar 5, 2024
1 parent a94b35f commit 6887fcb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ KRAKEND_CE_VERSION=2.5.0
ARTIVC_VERSION=0.10.0
K6_VERSION=0.44.0

# Instill Core isntance host
INSTILL_CORE_HOST=localhost

# api-gateway
API_GATEWAY_IMAGE=instill/api-gateway
API_GATEWAY_VERSION=0.11.0-beta
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/integration-test-console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:

- name: Launch Instill Core (latest)
run: |
INSTILL_CORE_HOST=api-gateway \
COMPOSE_PROFILES=all \
EDITION=local-ce:test \
RAY_LATEST_TAG=latest \
Expand Down Expand Up @@ -114,6 +115,7 @@ jobs:
- name: Launch Instill Core (latest)
run: |
INSTILL_CORE_HOST=api-gateway \
COMPOSE_PROFILES=all \
EDITION=local-ce:test \
RAY_LATEST_TAG=latest \
Expand Down Expand Up @@ -195,6 +197,7 @@ jobs:

- name: Launch Instill Core (release)
run: |
INSTILL_CORE_HOST=api-gateway \
EDITION=local-ce:test \
RAY_LATEST_TAG=latest \
docker compose up -d --quiet-pull
Expand Down Expand Up @@ -258,6 +261,7 @@ jobs:
- name: Launch Instill Core (release)
run: |
INSTILL_CORE_HOST=api-gateway \
EDITION=local-ce:test \
RAY_LATEST_TAG=latest \
docker compose up -d --quiet-pull
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ services:
NEXT_PUBLIC_MODEL_API_VERSION: v1alpha
NEXT_PUBLIC_USAGE_COLLECTION_ENABLED: ${USAGE_ENABLED}
NEXT_PUBLIC_CONSOLE_EDITION: ${EDITION}
NEXT_PUBLIC_CONSOLE_BASE_URL: http://${INSTILL_CORE_HOST}:${CONSOLE_PORT}
NEXT_PUBLIC_API_GATEWAY_URL: http://${API_GATEWAY_HOST}:${API_GATEWAY_PORT}
NEXT_PUBLIC_CONSOLE_BASE_URL: http://${CONSOLE_HOST}:${CONSOLE_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 6887fcb

Please sign in to comment.