You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,13 @@ docker build -t distill .
168
168
docker run -p 8080:8080 -e OPENAI_API_KEY=your-key distill api
169
169
```
170
170
171
+
### Docker Compose
172
+
173
+
```bash
174
+
# Start Distill + Qdrant (local vector DB)
175
+
docker-compose up
176
+
```
177
+
171
178
### Fly.io
172
179
173
180
```bash
@@ -176,9 +183,18 @@ fly secrets set OPENAI_API_KEY=your-key
176
183
fly deploy
177
184
```
178
185
179
-
### Railway / Render
186
+
### Render
187
+
188
+
[](https://render.com/deploy?repo=https://github.com/Siddhant-K-code/distill)
189
+
190
+
Or manually:
191
+
1. Connect your GitHub repo
192
+
2. Set environment variables (`OPENAI_API_KEY`)
193
+
3. Deploy
194
+
195
+
### Railway
180
196
181
-
Use the included `Dockerfile` or connect your repo directly.
197
+
Connect your repo and set `OPENAI_API_KEY` in environment variables.
0 commit comments