mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-16 06:12:18 +08:00
24 lines
518 B
YAML
24 lines
518 B
YAML
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
|