Add App 节点小宝

This commit is contained in:
arch3rPro
2025-07-01 16:29:27 +08:00
parent 9e0854b6b0
commit c68a01a324
8 changed files with 258 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
services:
jdxb:
image: ionewu/owjdxb
container_name: ${CONTAINER_NAME}
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:9118
volumes:
- ./store:/data/store
restart: unless-stopped
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true