mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-27 10:13:05 +01:00
This serves as an example for how to deploy everything on a single machine. This is not optimal, but can get you started easily and cheaply. To run:
- Set up a
.env
+.env.nginx
file in this directory with relevant environment variables a. TODO: add description of required variables chmod +x init-letsencrypt.sh
+./init-letsencrypt.sh
to setup https certificatedocker compose up -d --build
to start nginx, postgres, web/api servers, and the background indexing job