fix the docker image name for release image build (#1152)

Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
chen, suyue
2024-11-18 23:48:01 +08:00
committed by GitHub
parent c3e6f43ece
commit 9ba034b22d
8 changed files with 18 additions and 22 deletions

View File

@@ -145,9 +145,9 @@ services:
- LOGFLAG=${LOGFLAG}
ipc: host
restart: always
chatqna-gaudi-ui-server:
graphrag-ui-server:
image: ${REGISTRY:-opea}/graphrag-ui:${TAG:-latest}
container_name: chatqna-gaudi-ui-server
container_name: graphrag-ui-server
depends_on:
- graphrag-gaudi-backend-server
ports:
@@ -163,14 +163,14 @@ services:
container_name: chatqna-gaudi-nginx-server
depends_on:
- graphrag-gaudi-backend-server
- chatqna-gaudi-ui-server
- graphrag-ui-server
ports:
- "${NGINX_PORT:-80}:80"
environment:
- no_proxy=${no_proxy}
- https_proxy=${https_proxy}
- http_proxy=${http_proxy}
- FRONTEND_SERVICE_IP=chatqna-gaudi-ui-server
- FRONTEND_SERVICE_IP=graphrag-ui-server
- FRONTEND_SERVICE_PORT=5173
- BACKEND_SERVICE_NAME=graphrag
- BACKEND_SERVICE_IP=graphrag-gaudi-backend-server