feat: add app it-tools fork version

This commit is contained in:
arch3rPro
2025-09-01 12:18:11 +08:00
parent 1d947687b6
commit 24aed4993b
9 changed files with 366 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
services:
it-tools:
image: sharevb/it-tools:latest
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true