1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-02 20:06:39 +08:00
2025-06-25 11:22:27 +08:00

19 lines
401 B
YAML

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