mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-20 17:00:30 +08:00
a (#471)
This commit is contained in:
parent
6ea49aaf6e
commit
a36e3923a4
10
apps/memos/0.16.0/data.yml
Executable file
10
apps/memos/0.16.0/data.yml
Executable 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
apps/memos/0.16.0/docker-compose.yml
Normal file
17
apps/memos/0.16.0/docker-compose.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user