🧰 纳入 FileCodeBox 1Panel 定制资料
Build and push Docker image / buildx (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled

This commit is contained in:
Hermes Agent
2026-06-05 08:39:16 +08:00
parent e3ea7825bf
commit c5437440b0
17 changed files with 821 additions and 0 deletions
@@ -0,0 +1,21 @@
networks:
1panel-network:
external: true
services:
filecodebox:
container_name: ${CONTAINER_NAME}
deploy:
resources:
limits:
cpus: ${CPUS}
memory: ${MEMORY_LIMIT}
image: local/filecodebox:50mb-chunk
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${HOST_IP}:${PANEL_APP_PORT_HTTP}:12345
restart: always
volumes:
- ./data:/app/data