🧪 添加 FileCodeBox 测试环境配置

This commit is contained in:
Orion
2026-06-05 08:43:54 +08:00
parent 9081cf3b6d
commit 6b7bae9105
3 changed files with 38 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
networks:
1panel-network:
external: true
services:
filecodebox-test:
container_name: filecodebox-test
image: local/filecodebox:test-custom-admin-ui
build:
context: ./custom
labels:
createdBy: Apps
env: test
networks:
- 1panel-network
ports:
- 127.0.0.1:40158:12345
restart: unless-stopped
volumes:
- ./data:/app/data