This commit is contained in:
TeacherDu
2023-10-07 07:36:36 -05:00
committed by GitHub
parent 6ea49aaf6e
commit a36e3923a4
2 changed files with 27 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 5230
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
+17
View File
@@ -0,0 +1,17 @@
version: '3'
services:
memos:
image: neosmemo/memos:0.16.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5230
volumes:
- ./memos:/var/opt/memos
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true