File size: 278 Bytes
c91176e
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
set -e

echo "=== Database ==="
if [ -z "$ARGILLA_DATABASE_URL" ]; then
  echo "ERROR: ARGILLA_DATABASE_URL secret is not set. Argilla will not start."
  exit 1
fi
echo "Using external PostgreSQL (Neon)."

echo "=== Starting Argilla ==="
exec /home/argilla/start.sh