build(bulid_order.txt): 更新 Docker 镜像版本至 v0.4.3
- 修改 Docker 镜像构建命令,将版本号从 v0.4.2 更新至 v0.4.3 - 更新 .env 文件中的镜像版本引用
This commit is contained in:
parent
86256b3399
commit
ef29073ea9
|
@ -1,13 +1,14 @@
|
||||||
docker 镜像相关命令:
|
docker 镜像相关命令:
|
||||||
|
|
||||||
前台镜像构建相关:
|
前台镜像构建相关:
|
||||||
docker build -t zstar1003/ragflowplus:v0.4.2 .
|
docker build -t zstar1003/ragflowplus:v0.4.3 .
|
||||||
docker tag zstar1003/ragflowplus:v0.4.2 zstar1003/ragflowplus:v0.4.2
|
docker tag zstar1003/ragflowplus:v0.4.3 zstar1003/ragflowplus:v0.4.3
|
||||||
docker push zstar1003/ragflowplus:v0.4.2
|
docker push zstar1003/ragflowplus:v0.4.3
|
||||||
|
|
||||||
后台镜像构建相关:
|
后台镜像构建相关:
|
||||||
cd management
|
cd management
|
||||||
docker-compose build
|
docker-compose build
|
||||||
docker tag zstar1003/ragflowplus-management-web:v0.4.2 zstar1003/ragflowplus-management-web:v0.4.2
|
docker tag zstar1003/ragflowplus-management-web:v0.4.3 zstar1003/ragflowplus-management-web:v0.4.3
|
||||||
docker tag zstar1003/ragflowplus-management-server:v0.4.2 zstar1003/ragflowplus-management-server:v0.4.2
|
docker tag zstar1003/ragflowplus-management-server:v0.4.3 zstar1003/ragflowplus-management-server:v0.4.3
|
||||||
docker push zstar1003/ragflowplus-management-web:v0.4.2
|
docker push zstar1003/ragflowplus-management-web:v0.4.3
|
||||||
docker push zstar1003/ragflowplus-management-server:v0.4.2
|
docker push zstar1003/ragflowplus-management-server:v0.4.3
|
|
@ -76,9 +76,9 @@ REDIS_PASSWORD=infini_rag_flow
|
||||||
SVR_HTTP_PORT=9380
|
SVR_HTTP_PORT=9380
|
||||||
|
|
||||||
# RAGFLOW_IMAGE原始为infiniflow/ragflow:v0.18.0-slim
|
# RAGFLOW_IMAGE原始为infiniflow/ragflow:v0.18.0-slim
|
||||||
RAGFLOW_IMAGE=zstar1003/ragflowplus:v0.4.2
|
RAGFLOW_IMAGE=zstar1003/ragflowplus:v0.4.3
|
||||||
RAGFLOWPLUS_MANAGEMENT_WEB_IMAGE=zstar1003/ragflowplus-management-web:v0.4.2
|
RAGFLOWPLUS_MANAGEMENT_WEB_IMAGE=zstar1003/ragflowplus-management-web:v0.4.3
|
||||||
RAGFLOWPLUS_MANAGEMENT_SERVER_IMAGE=zstar1003/ragflowplus-management-server:v0.4.2
|
RAGFLOWPLUS_MANAGEMENT_SERVER_IMAGE=zstar1003/ragflowplus-management-server:v0.4.3
|
||||||
|
|
||||||
# The local time zone.
|
# The local time zone.
|
||||||
TIMEZONE='Asia/Shanghai'
|
TIMEZONE='Asia/Shanghai'
|
||||||
|
|
|
@ -17,7 +17,6 @@ services:
|
||||||
- ./nginx/ragflow.conf:/etc/nginx/conf.d/ragflow.conf
|
- ./nginx/ragflow.conf:/etc/nginx/conf.d/ragflow.conf
|
||||||
- ./nginx/proxy.conf:/etc/nginx/proxy.conf
|
- ./nginx/proxy.conf:/etc/nginx/proxy.conf
|
||||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||||
- ../api/ragflow_server.py:/ragflow/api/ragflow_server.py
|
|
||||||
env_file: .env
|
env_file: .env
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TIMEZONE}
|
- TZ=${TIMEZONE}
|
||||||
|
@ -58,10 +57,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./ragflow-plus-logs:/app/logs
|
- ./ragflow-plus-logs:/app/logs
|
||||||
- ./magic-pdf.json:/root/magic-pdf.json
|
- ./magic-pdf.json:/root/magic-pdf.json
|
||||||
- ../management/server/services/knowledgebases/document_parser.py:/app/services/knowledgebases/document_parser.py
|
|
||||||
- ../management/server/services/knowledgebases/__init__.py:/app/services/knowledgebases/__init__.py
|
|
||||||
- ../management/server/services/knowledgebases/excel_parser.py:/app/services/knowledgebases/excel_parser.py
|
|
||||||
- ../management/server/services/knowledgebases/utils.py:/app/services/knowledgebases/utils.py
|
|
||||||
depends_on:
|
depends_on:
|
||||||
mysql:
|
mysql:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
|
@ -17,7 +17,6 @@ services:
|
||||||
- ./nginx/ragflow.conf:/etc/nginx/conf.d/ragflow.conf
|
- ./nginx/ragflow.conf:/etc/nginx/conf.d/ragflow.conf
|
||||||
- ./nginx/proxy.conf:/etc/nginx/proxy.conf
|
- ./nginx/proxy.conf:/etc/nginx/proxy.conf
|
||||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||||
- ../api/ragflow_server.py:/ragflow/api/ragflow_server.py
|
|
||||||
env_file: .env
|
env_file: .env
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TIMEZONE}
|
- TZ=${TIMEZONE}
|
||||||
|
@ -57,10 +56,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./ragflow-plus-logs:/app/logs
|
- ./ragflow-plus-logs:/app/logs
|
||||||
- ./magic-pdf-gpu.json:/root/magic-pdf.json
|
- ./magic-pdf-gpu.json:/root/magic-pdf.json
|
||||||
- ../management/server/services/knowledgebases/document_parser.py:/app/services/knowledgebases/document_parser.py
|
|
||||||
- ../management/server/services/knowledgebases/__init__.py:/app/services/knowledgebases/__init__.py
|
|
||||||
- ../management/server/services/knowledgebases/excel_parser.py:/app/services/knowledgebases/excel_parser.py
|
|
||||||
- ../management/server/services/knowledgebases/utils.py:/app/services/knowledgebases/utils.py
|
|
||||||
depends_on:
|
depends_on:
|
||||||
mysql:
|
mysql:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
Loading…
Reference in New Issue