feat: update next-ai-draw-io 0.4.6

This commit is contained in:
arch3rPro
2025-12-23 16:50:31 +08:00
parent b55d69fde9
commit a372bd488b
4 changed files with 2 additions and 2 deletions
@@ -0,0 +1,25 @@
services:
next-ai-draw-io:
image: ghcr.io/dayuanjiang/next-ai-draw-io:0.4.6
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