mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Also wait for redis
This commit is contained in:
parent
775ddc601e
commit
4eb6e4f831
@ -1,6 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
./wait-for-it/wait-for-it.sh db:5432 --strict --timeout=0
|
echo "Waiting for db..."
|
||||||
|
wait-for-it/wait-for-it.sh db:5432 --strict --timeout=0
|
||||||
|
echo "Waiting for redis..."
|
||||||
|
wait-for-it/wait-for-it.sh redis:6379 --strict --timeout=0
|
||||||
|
|
||||||
if [ $# -eq 0 ]
|
if [ $# -eq 0 ]
|
||||||
then
|
then
|
||||||
venv/bin/python -u opaque.py
|
venv/bin/python -u opaque.py
|
||||||
|
Loading…
Reference in New Issue
Block a user