Skip to content
Snippets Groups Projects
Commit 04d27d37 authored by Jakob Dieterle's avatar Jakob Dieterle Committed by Dominik Seeger
Browse files

Resolve "Docker image: Postgres not ready when trying to connect"

parent e12923ba
Branches
Tags
1 merge request!227Resolve "Docker image: Postgres not ready when trying to connect"
Pipeline #121205 failed
#!/bin/sh
sleep 1
sleep 5
python manage.py migrate --noinput
if [ "$?" -ne "0" ]; then
exit 1
fi
gunicorn \
--bind 0.0.0.0:8000 \
--workers=5 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment