#!/bin/sh # Start Weaviate /bin/weaviate --host 127.0.0.1 --port 7860 --scheme http & # Start NGINX nginx -g 'daemon off;'