Setup Danswer on Digital Ocean
www.<YOUR_DOMAIN>
and ensure that this also takes the user to your container running on your Droplet.
Setting Nameservers
Next, we need to set the nameservers to Digital Ocean’s.
Digital Ocean’s nameservers are:
ns1.digitalocean.com
ns2.digitalocean.com
ns3.digitalocean.com
.env
file, you can copy past the following (filling in the missing fields as needed):
.env.nginx
file, put the following:
docker-compose -f docker-compose.dev.yml -p danswer-stack up -d --build --force-recreate
instead of the above. You can then access Danswer from the IP address from earlier or from the
instance Public IPv4 DNS
provided on the instance’s page in the DigitalOcean console.docker logs danswer-stack-api_server-1 -f
; once you see a log for
INFO: Application startup complete.
then everything should be good to go).