Add files via upload
This commit is contained in:
10
apps/sun-panel/latest/data.yml
Normal file
10
apps/sun-panel/latest/data.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 3002
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
19
apps/sun-panel/latest/docker-compose.yml
Normal file
19
apps/sun-panel/latest/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: '3'
|
||||
services:
|
||||
halo:
|
||||
image: hslr/sun-panel
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
volumes:
|
||||
- ./data/conf:/app/conf
|
||||
- ./data/uploads:/app/uploads
|
||||
- ./data/database:/app/app/database
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:3002
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user