feat:添加minichat到列表
This commit is contained in:
19
apps/minichat/0.0.9/docker-compose.yml
Normal file
19
apps/minichat/0.0.9/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
minichat:
|
||||
image: "okhanyu/minichat:0.0.9"
|
||||
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
|
||||
Reference in New Issue
Block a user