1
0

feat: 增加ModStartBlog

This commit is contained in:
ModStart
2023-11-30 10:00:38 +08:00
parent 4193898db5
commit 904a64d600
6 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
CONTAINER_NAME="modstartblog"
PANEL_APP_PORT_HTTP="40180"

View 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

View 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