mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 05:32:08 +00:00
Ensure web service is available to celery service
This commit is contained in:
6
wait-for-it.sh
Executable file
6
wait-for-it.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/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