1
0

chore(deps): update matrixdotorg/synapse docker tag to v1.145.0 (#3454)

This commit is contained in:
renovate[bot]
2026-01-14 17:40:26 +00:00
committed by GitHub
parent 8524c8c811
commit f42675576f
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
CONTAINER_NAME="synapse"
PANEL_APP_PORT_HTTP="40026"

View File

@@ -0,0 +1,13 @@
additionalProperties:
formFields:
- default: 40026
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,29 @@
services:
synapse:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
volumes:
- synapse-data:/data
ports:
- "${PANEL_APP_PORT_HTTP}:8008"
environment:
- TZ=Asia/Shanghai
- UID=1000
- GID=1000
image: matrixdotorg/synapse:v1.145.0
logging:
options:
max-size: "10m"
command: run -m synapse.app.homeserver --config-path=/data/homeserver.yaml
labels:
createdBy: "Apps"
volumes:
synapse-data:
external: true
networks:
1panel-network:
external: true