1
0

🔧 chore(langchain-chatchat): update app version from 0.2.10 to 0.3.1.3

This commit is contained in:
pooneyy
2025-10-08 00:01:04 +08:00
parent fcf87ad689
commit 444fe42764
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
services:
langchain-chatchat:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8501"
deploy:
resources:
reservations:
devices:
- driver: ${GPU_DRIVER_TYPE}
count: all
capabilities: [gpu]
image: ccr.ccs.tencentyun.com/langchain-chatchat/chatchat:0.3.1.3-93e2c87-20240829
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true