Migration framadate podman 4.1 - Fix 1/x
This commit is contained in:
parent
5d1b03e02e
commit
40b16e2ced
|
@ -34,7 +34,7 @@ export listen_port
|
||||||
podman pull ${framadate_image}:${framadate_version}
|
podman pull ${framadate_image}:${framadate_version}
|
||||||
podman pull docker.io/library/php:7-apache &&
|
podman pull docker.io/library/php:7-apache &&
|
||||||
podman pull docker.io/library/mysql:5.7 &&
|
podman pull docker.io/library/mysql:5.7 &&
|
||||||
podman-compose --pod-args "--infra=true --infra-name=${project_name}_infra --share=" --podman-run-args "--requires=${project_name}_infra" up -d &&
|
podman-compose --pod-args="--infra=true --infra-name=${project_name}_infra --share=" --podman-run-args "--requires=${project_name}_infra" up -d &&
|
||||||
echo -n "Waiting for initialization to end... " &&
|
echo -n "Waiting for initialization to end... " &&
|
||||||
( podman logs -f framadate-app 2>&1 & ) | grep -q 'configured -- resuming normal operations' &&
|
( podman logs -f framadate-app 2>&1 & ) | grep -q 'configured -- resuming normal operations' &&
|
||||||
echo "OK" &&
|
echo "OK" &&
|
||||||
|
|
Loading…
Reference in a new issue