🧰 纳入 FileCodeBox 1Panel 定制资料

This commit is contained in:
Orion
2026-06-05 08:39:16 +08:00
parent 64fd857e97
commit 9081cf3b6d
17 changed files with 821 additions and 0 deletions
@@ -0,0 +1,17 @@
services:
filecodebox:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:12345"
volumes:
- "${DATA_PATH}:/app/data"
image: lanol/filecodebox:beta
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true