🧰 纳入 FileCodeBox 1Panel 定制资料
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user