refactor: 部分应用优化 (#686)
This commit is contained in:
17
apps/filecodebox/beta/docker-compose.yml
Normal file
17
apps/filecodebox/beta/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: '3'
|
||||
services:
|
||||
filecodebox:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: lanol/filecodebox:beta
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:12345"
|
||||
volumes:
|
||||
- "./data:/app/data"
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user