weaviate-test3 / start.sh
wjm55
fixed bin
08e55bd
raw
history blame contribute delete
124 Bytes
#!/bin/sh
# Start Weaviate
/bin/weaviate --host 127.0.0.1 --port 7860 --scheme http &
# Start NGINX
nginx -g 'daemon off;'