dontpull : framadate
This commit is contained in:
parent
00cfa67d14
commit
691c74269d
|
@ -31,9 +31,12 @@ export framadate_version
|
|||
export listen_if
|
||||
export listen_port
|
||||
|
||||
if ! podman image exists ${framadate_image}:${framadate_version}; then
|
||||
podman pull ${framadate_image}:${framadate_version}
|
||||
fi
|
||||
podman pull docker.io/library/php:7-apache &&
|
||||
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 &&
|
||||
echo -n "Waiting for initialization to end... " &&
|
||||
( podman logs -f framadate-app 2>&1 & ) | grep -q 'configured -- resuming normal operations' &&
|
||||
|
|
Loading…
Reference in a new issue