mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-13 20:00:31 +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:
|
synapse-init:
|
||||||
image: matrixdotorg/synapse:v1.118.0
|
image: matrixdotorg/synapse:v1.118.0
|
||||||
container_name: init-${CONTAINER_NAME}
|
container_name: init-${CONTAINER_NAME}
|
||||||
entrypoint: >
|
entrypoint:
|
||||||
/bin/sh -c "
|
- /start.py
|
||||||
if [ ! -f /data/homeserver.yaml ]; then
|
- generate
|
||||||
python3 -m synapse.app.homeserver --server-name ${SYNAPSE_SERVER_NAME} --config-path /data/homeserver.yaml --generate-config
|
|
||||||
fi
|
|
||||||
"
|
|
||||||
env_file:
|
env_file:
|
||||||
- /etc/1panel/envs/global.env
|
- /etc/1panel/envs/global.env
|
||||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user