1
0

chore(deps): update ghcr.io/igniterealtime/openfire docker tag to v5.0.2 (#1709)

This commit is contained in:
renovate[bot]
2025-09-16 14:31:23 +08:00
committed by GitHub
parent c229a75552
commit 0dec8bb295
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,41 @@
additionalProperties:
formFields:
- default: "./data"
edit: true
envKey: OPENFIRE_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 9090
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口 (HTTP)
labelEn: WebUI port (HTTP)
required: true
rule: paramPort
type: number
- default: 9091
edit: true
envKey: PANEL_APP_PORT_HTTPS
labelZh: WebUI 端口 (HTTPS)
labelEn: WebUI port (HTTPS)
required: true
rule: paramPort
type: number
- default: 5222
edit: true
envKey: PANEL_APP_PORT_SERVER
labelZh: 服务端口
labelEn: Server port
required: true
rule: paramPort
type: number
- default: 7777
edit: true
envKey: PANEL_APP_PORT_MESSAGE
labelZh: 消息服务端口
labelEn: Message service port
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,21 @@
networks:
1panel-network:
external: true
services:
openfire:
image: ghcr.io/igniterealtime/openfire:v5.0.2
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:9090
- ${PANEL_APP_PORT_WSS}:9091
- ${PANEL_APP_PORT_SERVER}:5222
- ${PANEL_APP_PORT_MESSAGE}:7777
volumes:
- ${OPENFIRE_ROOT_PATH}/data:/var/lib/openfire
- ${OPENFIRE_ROOT_PATH}/logs:/var/log/openfire