1
0

chore(deps): update vectorim/element-web docker tag to v1.12.11 (#4197)

This commit is contained in:
renovate[bot]
2026-02-25 00:54:33 +00:00
committed by GitHub
parent 5f7b56d52a
commit acfb1d3515
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
CONTAINER_NAME="element-web"
PANEL_APP_PORT_HTTP="40124"

View File

@@ -0,0 +1,23 @@
additionalProperties:
formFields:
- default: "./data"
edit: true
envKey: ELEMENT_WEB_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
label:
en: Data persistence path
zh: 数据持久化路径
required: true
type: text
- default: 40124
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
zh: 端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,17 @@
services:
element-web:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
image: vectorim/element-web:v1.12.11
labels:
createdBy: "Apps"
volumes:
- ${ELEMENT_WEB_ROOT_PATH}:/app
networks:
1panel-network:
external: true