Matrix : BUILD YOUR OWN IMAGES 2

This commit is contained in:
Gitouche 2022-03-05 00:21:38 +01:00
parent 0dd0b7c9d6
commit da943fcfe9

View file

@ -15,6 +15,7 @@ if podman volume exists ${confvolume} || podman volume exists ${dbvolume}; then
exit 1
fi
source ${ABSDIR}/zz_build-images.sh &&
podman volume create ${confvolume} && \
podman volume create ${dbvolume} && \
podman run -it --name ${container_name}-generate --mount type=volume,src=${confvolume},dst=/data -e SYNAPSE_SERVER_NAME=${GARBAYE_MATRIX_DOMAIN} -e SYNAPSE_REPORT_STATS=no ${synapse_image}:${synapse_version} generate && \