mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-03 12:42:10 +08:00
feat(omnitools): 添加 OmniTools 应用配置及文档
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "8080"
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
label:
|
||||
en: Port
|
||||
zh: 端口
|
||||
required: true
|
||||
type: number
|
||||
edit: true
|
||||
rule: paramPort
|
||||
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
omni-tools:
|
||||
image: iib0011/omni-tools:0.6.0
|
||||
container_name: omni-tools
|
||||
restart: always
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:80"
|
||||
networks:
|
||||
- 1panel-network
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user