feat: 添加 Next AI Draw.io 应用及相关配置

This commit is contained in:
arch3rPro
2025-12-15 12:48:48 +08:00
parent efb7f7982a
commit 39ba5fb80a
11 changed files with 443 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
services:
next-ai-draw-io:
image: ghcr.io/dayuanjiang/next-ai-draw-io:0.4.1
ports:
- ${PANEL_APP_PORT_HTTP}:3000
depends_on:
- drawio
env_file: .env.local
container_name: ${CONTAINER_NAME}
networks:
- 1panel-network
labels:
createdBy: Apps
drawio:
image: jgraph/drawio:latest
ports:
- 8080:8080
container_name: ${CONTAINER_NAME}-drawio
networks:
- 1panel-network
labels:
createdBy: Apps
networks:
1panel-network:
external: true