1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2024-08-29 11:40:08 +00:00
parent c75b42dcc7
commit 142853b3b4
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
CONTAINER_NAME="nginxwebui"
PANEL_APP_PORT_CONSOLE="40093"
PANEL_APP_PORT_HTTP="80"
PANEL_APP_PORT_HTTPS="443"

View File

@@ -0,0 +1,24 @@
additionalProperties:
formFields:
- default: 40093
edit: true
envKey: PANEL_APP_PORT_CONSOLE
labelEn: Console Port
labelZh: 控制台端口
required: true
rule: paramPort
type: number
- default: 80
disabled: true
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
required: true
type: number
- default: 443
disabled: true
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS 端口
required: true
type: number

View File

@@ -0,0 +1,13 @@
services:
nginxwebui:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
volumes:
- ./data:/home/nginxWebUI
environment:
- "BOOT_OPTIONS=--server.port=${PANEL_APP_PORT_CONSOLE}"
privileged: true
image: cym1102/nginxwebui:4.2.3
labels:
createdBy: "Apps"