Skip to content

Commit

Permalink
chore(env): update services version
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Jun 6, 2024
1 parent 293fc1f commit b37f0ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -46,29 +46,29 @@ K6_VERSION=0.44.0

# api-gateway
API_GATEWAY_IMAGE=instill/api-gateway
API_GATEWAY_VERSION=0.16.0-beta
API_GATEWAY_VERSION=0.17.0-beta
API_GATEWAY_HOST=api-gateway
API_GATEWAY_PORT=8080
API_GATEWAY_STATS_PORT=8070
API_GATEWAY_METRICS_PORT=8071

# mgmt-backend
MGMT_BACKEND_IMAGE=instill/mgmt-backend
MGMT_BACKEND_VERSION=0.15.2-beta
MGMT_BACKEND_VERSION=0.16.0-beta
MGMT_BACKEND_HOST=mgmt-backend
MGMT_BACKEND_PRIVATEPORT=3084
MGMT_BACKEND_PUBLICPORT=8084

# pipeline-backend
PIPELINE_BACKEND_IMAGE=instill/pipeline-backend
PIPELINE_BACKEND_VERSION=0.28.0-beta
PIPELINE_BACKEND_VERSION=0.29.0-beta
PIPELINE_BACKEND_HOST=pipeline-backend
PIPELINE_BACKEND_PRIVATEPORT=3081
PIPELINE_BACKEND_PUBLICPORT=8081

# model-backend
MODEL_BACKEND_IMAGE=instill/model-backend
MODEL_BACKEND_VERSION=0.23.0-alpha
MODEL_BACKEND_VERSION=0.24.0-alpha
MODEL_BACKEND_HOST=model-backend
MODEL_BACKEND_PRIVATEPORT=3083
MODEL_BACKEND_PUBLICPORT=8083
Expand All @@ -82,13 +82,13 @@ ARTIFACT_BACKEND_PUBLICPORT=8082

# console
CONSOLE_IMAGE=instill/console
CONSOLE_VERSION=0.47.0-beta
CONSOLE_VERSION=0.48.0-beta
CONSOLE_HOST=console
CONSOLE_PORT=3000

# ray-server
RAY_SERVER_IMAGE=instill/ray
RAY_SERVER_VERSION=0.3.0-alpha
RAY_SERVER_VERSION=0.4.0-alpha
RAY_SERVER_HOST=ray-server
RAY_SERVER_CLIENT_PORT=10001
RAY_SERVER_DASHBOARD_PORT=8265
Expand Down

0 comments on commit b37f0ee

Please sign in to comment.