BUGFIX synapse : n'arrivait pas a joindre la db au demarrage

This commit is contained in:
Gitouche 2022-02-09 08:10:32 +01:00
parent 476ac77a30
commit cbf36cefeb
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ echo -n "Waiting for PostgreSQL to be ready... " && \
( podman logs -f synapse-db 2>&1 & ) | grep -q 'database system is ready to accept connections' && \
echo "OK." && \
podman run -d --name ${container_name} --pod ${pod_name} \
--add-host ${db_container_name}:127.0.0.1 \
--mount type=volume,src=${confvolume},dst=/data ${synapse_image}:${synapse_version} && \
echo -n "Waiting for background tasks to end... " && \
( podman logs -f synapse 2>&1 & ) | grep -q 'No more background updates to do' && \