Need to depend_on wand wait for Postgres container

This commit is contained in:
Tony Hendrick
2020-05-14 12:00:53 -07:00
parent b993fd1945
commit 2ae26b0e7b
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ services:
volumes:
- "${LOCAL_BOOK_DIR}:/usr/src/app/Books"
- "./cron/root:/etc/crontabs/root"
- "./scripts/wait-for-it.sh:/usr/src/app/src/"
ports:
- "${PORT}:8000"
links: