发布应用 Synapse

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
新疆萌森软件开发工作室 2024-10-30 17:39:09 +08:00
parent 810ea0b923
commit 758c19be36

View File

@ -6,12 +6,9 @@ services:
synapse-init:
image: matrixdotorg/synapse:v1.118.0
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
"
entrypoint:
- /start.py
- generate
env_file:
- /etc/1panel/envs/global.env
- ${ENV_FILE:-/etc/1panel/envs/default.env}