Have celery service wait on web service

This commit is contained in:
Lacey Williams Henschel
2023-06-05 14:33:53 -07:00
parent 7c63ba59e4
commit 754deec2e5

View File

@@ -1,6 +0,0 @@
#!/bin/sh
# Wait for the other container to be ready
while ! nc -z web 8000; do
sleep 1
done