feat: update next-ai-draw-io 0.4.4

This commit is contained in:
arch3rPro
2025-12-21 05:31:33 +08:00
parent 66a81844d7
commit e2d38a78b0
4 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,25 @@
services:
next-ai-draw-io:
image: ghcr.io/dayuanjiang/next-ai-draw-io:0.4.4
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