1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2024-04-07 17:00:56 +00:00
parent 23162d5e26
commit 4602400abb
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
version: '3'
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: registry.cn-beijing.aliyuncs.com/chatchat/chatchat:0.2.10
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true