Skip to content

Commit

Permalink
feat: Update front-end to 3.9.0 and back-end to 3.2.7. (#100)
Browse files Browse the repository at this point in the history
* feat: Update front-end to `3.9.0` and back-end to `3.2.7`.

* update dictionary rs.
  • Loading branch information
EdwinBetanc0urt committed May 24, 2024
1 parent 584569a commit 1035325
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker-compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ OPENSEARCH_DASHBOARDS_EXTERNAL_PORT=5601
OPENSEARCH_DASHBOARDS_OPENSEARCH_HOSTS="[\"http://${OPENSEARCH_HOSTNAME}:${OPENSEARCH_PORT}\"]"

# OpenSearch API RESTful
DICTIONARY_RS_IMAGE="openls/dictionary-rs:1.2.2"
DICTIONARY_RS_IMAGE="openls/dictionary-rs:1.2.3"
DICTIONARY_RS_CONTAINER_NAME="${COMPOSE_PROJECT_NAME}.dictionary.rs"
DICTIONARY_RS_HOSTNAME="${CLIENT_NAME}.dictionary"
DICTIONARY_RS_PORT=7878
Expand All @@ -201,7 +201,7 @@ DICTIONARY_RS_OPENSEARCH_URL="http://${OPENSEARCH_CONTAINER_NAME}:${OPENSEARCH_P


# ADempiere Vue Backend (gRPC Server)
VUE_BACKEND_GRPC_SERVER_VERSION="3.2.5"
VUE_BACKEND_GRPC_SERVER_VERSION="3.2.7"
VUE_BACKEND_GRPC_SERVER_IMAGE="solopcloud/adempiere-backend:alpine-${VUE_BACKEND_GRPC_SERVER_VERSION}"
VUE_BACKEND_GRPC_SERVER_CONTAINER_NAME=${COMPOSE_PROJECT_NAME}.vue.grpc.server
VUE_BACKEND_GRPC_SERVER_HOSTNAME=${CLIENT_NAME}-grpc
Expand Down Expand Up @@ -241,7 +241,7 @@ NGINX_UI_GATEWAY_VOLUME="${COMPOSE_PROJECT_NAME}.volume_nginx" #


# ADempiere UI Vue
VUE_UI_IMAGE="solopcloud/adempiere-vue:alpine-3.8.8"
VUE_UI_IMAGE="solopcloud/adempiere-vue:alpine-3.9.0"
VUE_UI_CONTAINER_NAME="${COMPOSE_PROJECT_NAME}.vue.ui"
VUE_UI_HOSTNAME="${CLIENT_NAME}.vue.ui"
VUE_UI_EXTERNAL_PORT=9526
Expand Down
6 changes: 3 additions & 3 deletions docker-compose/env_template.env
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ OPENSEARCH_DASHBOARDS_EXTERNAL_PORT=5601
OPENSEARCH_DASHBOARDS_OPENSEARCH_HOSTS="[\"http://${OPENSEARCH_HOSTNAME}:${OPENSEARCH_PORT}\"]"

# OpenSearch API RESTful
DICTIONARY_RS_IMAGE="openls/dictionary-rs:1.2.2"
DICTIONARY_RS_IMAGE="openls/dictionary-rs:1.2.3"
DICTIONARY_RS_CONTAINER_NAME="${COMPOSE_PROJECT_NAME}.dictionary.rs"
DICTIONARY_RS_HOSTNAME="${CLIENT_NAME}.dictionary"
DICTIONARY_RS_PORT=7878
Expand All @@ -201,7 +201,7 @@ DICTIONARY_RS_OPENSEARCH_URL="http://${OPENSEARCH_CONTAINER_NAME}:${OPENSEARCH_P


# ADempiere Vue Backend (gRPC Server)
VUE_BACKEND_GRPC_SERVER_VERSION="3.2.5"
VUE_BACKEND_GRPC_SERVER_VERSION="3.2.7"
VUE_BACKEND_GRPC_SERVER_IMAGE="solopcloud/adempiere-backend:alpine-${VUE_BACKEND_GRPC_SERVER_VERSION}"
VUE_BACKEND_GRPC_SERVER_CONTAINER_NAME=${COMPOSE_PROJECT_NAME}.vue.grpc.server
VUE_BACKEND_GRPC_SERVER_HOSTNAME=${CLIENT_NAME}-grpc
Expand Down Expand Up @@ -241,7 +241,7 @@ NGINX_UI_GATEWAY_VOLUME="${COMPOSE_PROJECT_NAME}.volume_nginx" #


# ADempiere UI Vue
VUE_UI_IMAGE="solopcloud/adempiere-vue:alpine-3.8.8"
VUE_UI_IMAGE="solopcloud/adempiere-vue:alpine-3.9.0"
VUE_UI_CONTAINER_NAME="${COMPOSE_PROJECT_NAME}.vue.ui"
VUE_UI_HOSTNAME="${CLIENT_NAME}.vue.ui"
VUE_UI_EXTERNAL_PORT=9526
Expand Down
Binary file modified docker-compose/envoy/definitions/adempiere-grpc-server.pb
Binary file not shown.

0 comments on commit 1035325

Please sign in to comment.