Update
This commit is contained in:
18
apps/chuanhuchat/20241204/docker-compose.yml
Normal file
18
apps/chuanhuchat/20241204/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
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:20241204
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user