1
0

feat:添加minichat到列表

This commit is contained in:
okxlin
2024-08-04 01:07:34 +08:00
parent e6164b17da
commit f5e9c0ae58
11 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
services:
minichat:
image: "okhanyu/minichat:latest"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- "${CONFIG_PATH}:/app/config.yaml"
environment:
- TEMPLATE_NAME=${TEMPLATE_NAME}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true