发布应用 Synapse

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
新疆萌森软件开发工作室 2024-10-30 17:07:02 +08:00
parent 4af374a18b
commit 3e0979037c

View File

@ -5,13 +5,16 @@ networks:
services:
synapse-init:
image: matrixdotorg/synapse:v1.118.0
container_name: synapse-init
container_name: init-${CONTAINER_NAME}
entrypoint: >
/bin/sh -c "
if [ ! -f /data/homeserver.yaml ]; then
python3 -m synapse.app.homeserver --server-name ${SYNAPSE_SERVER_NAME} --config-path /data/homeserver.yaml --generate-config
fi
"
env_file:
- /etc/1panel/envs/global.env
- ${ENV_FILE:-/etc/1panel/envs/default.env}
environment:
- SYNAPSE_SERVER_NAME=${DOMAIN_NAME}
- SYNAPSE_REPORT_STATS=no