a first stab at a docker compose up matrix 2.0 stack

This commit is contained in:
Matthew Hodgson
2024-11-04 02:51:46 +00:00
commit ab53e32866
19 changed files with 953 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#!/usr/bin/bash
# a replacement entrypoint script for the synapse docker image which generates default config & secrets if needed.
if [[ -f ${SYNAPSE_CONFIG_PATH} ]]
then
echo "Synapse config found - not generating default"
exit 0
fi
echo "Synapse config not found - generating default for secrets"
exec /start.py generate