This commit is contained in:
TeacherDu 2023-10-07 20:36:36 +08:00 committed by GitHub
parent 6ea49aaf6e
commit a36e3923a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 0 deletions

10
apps/memos/0.16.0/data.yml Executable file
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

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