1
0

feat:添加川虎Chat到列表

This commit is contained in:
okxlin
2024-01-10 15:24:07 +08:00
parent 1ad549c540
commit fee0f86fe8
8 changed files with 385 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
version: '3'
services:
chuanhuchat:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:7860"
volumes:
- ./data/history:/app/history
- ./data/config.json:/app/config.json
image: tuchuanhuhuhu/chuanhuchatgpt:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true