🧪 添加 FileCodeBox 测试环境配置
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user