fix: various docker issues

This commit is contained in:
Nicolas Giard
2018-12-08 20:51:55 -05:00
parent 157110ed90
commit 461f4a7e02
7 changed files with 201 additions and 13 deletions

7
dev/docker/init.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
echo "Waiting for redis and postgres to start up..."
bash ./dev/docker/wait.sh redis:6379
bash ./dev/docker/wait.sh db:5432
echo "=== READY ==="
tail -f /dev/null