feat: 增加 screego 应用 (#1627)

This commit is contained in:
zhengkunwang
2024-06-24 17:04:54 +08:00
committed by GitHub
parent e05962daa0
commit 20390c8ae8
10 changed files with 101 additions and 54 deletions
-10
View File
@@ -1,10 +0,0 @@
additionalProperties:
formFields:
- default: 5230
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
@@ -1,16 +0,0 @@
services:
memos:
image: neosmemo/memos:0.22.2
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