feat: add app 1Panel-Tools

This commit is contained in:
arch3rPro
2025-09-05 14:46:51 +08:00
parent 9f30b23fdb
commit df990176d9
6 changed files with 136 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
services:
1panel-tools:
image: vuldocker/1panel-tools:latest
container_name: ${CONTAINER_NAME}
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
restart: unless-stopped
environment:
- NODE_ENV=production
labels:
createdBy: "Apps"
networks:
- 1panel-tools-network
networks:
1panel-network:
external: true