chore: initial snapshot of tubco people portal
This commit is contained in:
9
backend/entrypoint-worker.sh
Executable file
9
backend/entrypoint-worker.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
until nc -z "$POSTGRES_HOST" "$POSTGRES_PORT"; do
|
||||
echo "Waiting for postgres at $POSTGRES_HOST:$POSTGRES_PORT..."
|
||||
sleep 1
|
||||
done
|
||||
|
||||
celery -A config worker -l info
|
||||
Reference in New Issue
Block a user