feat: 增加ModStartBlog
This commit is contained in:
2
apps/modstartblog/8.6.0/.env.sample
Normal file
2
apps/modstartblog/8.6.0/.env.sample
Normal file
@@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="modstartblog"
|
||||
PANEL_APP_PORT_HTTP="40180"
|
||||
10
apps/modstartblog/8.6.0/data.yml
Normal file
10
apps/modstartblog/8.6.0/data.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40180
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: HTTP WebUI Port
|
||||
labelZh: HTTP 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
18
apps/modstartblog/8.6.0/docker-compose.yml
Normal file
18
apps/modstartblog/8.6.0/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
version: '3'
|
||||
services:
|
||||
modstartblog:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:80"
|
||||
volumes:
|
||||
- ./data:/server/web
|
||||
image: modstart/modstartblog:v8.6.0
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user