[PR #216] [CLOSED] Render deployment + Docs #3249

Closed
opened 2026-02-22 18:33:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/216
Author: @timothycarambat
Created: 8/22/2023
Status: Closed

Base: masterHead: render-deployment


📝 Commits (10+)

📊 Changes

9 files changed (+175 additions, -25 deletions)

View changed files

📝 .dockerignore (+0 -2)
cloud-deployments/render/DEPLOY_ON_RENDER.md (+33 -0)
docker/render-docker-entrypoint.sh (+12 -0)
docker/render.Dockerfile (+93 -0)
📝 server/utils/database/index.js (+3 -0)
📝 server/utils/files/data.js (+6 -13)
📝 server/utils/files/logo.js (+15 -6)
📝 server/utils/files/multer.js (+3 -1)
📝 server/utils/helpers/updateENV.js (+10 -3)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/216 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 8/22/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `render-deployment` --- ### 📝 Commits (10+) - [`a0da2a5`](https://github.com/Mintplex-Labs/anything-llm/commit/a0da2a5fdfa1d403578030379506b883ecaa4429) testing render deployments - [`78d527f`](https://github.com/Mintplex-Labs/anything-llm/commit/78d527f66def5dcf7f507ead65148d5c0efbfe9f) update render build - [`1ab3a25`](https://github.com/Mintplex-Labs/anything-llm/commit/1ab3a255c2e0994cec96117a0d1ea6f04f48f307) update render build - [`56cb3c8`](https://github.com/Mintplex-Labs/anything-llm/commit/56cb3c86cf662e8ca2adb2fbb9386516b498392d) bump - [`1cebc63`](https://github.com/Mintplex-Labs/anything-llm/commit/1cebc63997de91b3c0a59c034e7bc6853357eb56) bump - [`78a5f66`](https://github.com/Mintplex-Labs/anything-llm/commit/78a5f6613ce4d084ce73236c128af63f50652754) bump - [`3dc73e7`](https://github.com/Mintplex-Labs/anything-llm/commit/3dc73e763348b037c9237c5c5fb96746a18cdfd9) bump - [`360144e`](https://github.com/Mintplex-Labs/anything-llm/commit/360144e81f6b4d684071c61710301d157599afc5) bump - [`33b9abc`](https://github.com/Mintplex-Labs/anything-llm/commit/33b9abc014f6ebd3eba9e59cf6b2a05fcf27e1c3) bump - [`d0f9797`](https://github.com/Mintplex-Labs/anything-llm/commit/d0f9797de49def839a6fa0ac7aa4064350895950) bump ### 📊 Changes **9 files changed** (+175 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+0 -2) ➕ `cloud-deployments/render/DEPLOY_ON_RENDER.md` (+33 -0) ➕ `docker/render-docker-entrypoint.sh` (+12 -0) ➕ `docker/render.Dockerfile` (+93 -0) 📝 `server/utils/database/index.js` (+3 -0) 📝 `server/utils/files/data.js` (+6 -13) 📝 `server/utils/files/logo.js` (+15 -6) 📝 `server/utils/files/multer.js` (+3 -1) 📝 `server/utils/helpers/updateENV.js` (+10 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:22 -05:00
yindo closed this issue 2026-02-22 18:33:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3249