mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 03:17:58 +08:00
发布应用 Synapse
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
810ea0b923
commit
758c19be36
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user