mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 17:42:08 +00:00
Have celery service wait on web service
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Wait for the other container to be ready
|
||||
while ! nc -z web 8000; do
|
||||
sleep 1
|
||||
done
|
||||
Reference in New Issue
Block a user