[PR #147] [CLOSED] Adding Digital Ocean Deployment using Terraform #3214

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/147
Author: @ajosegun
Created: 7/15/2023
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 5eb2531 Adding GCP Deployment Manager Template
  • 630be0a Adding GCP Deployment Manager Template
  • 5fcaa9d Adding GCP Deployment Manager Template
  • ffbd1ad Update gcp/deployment/DEPLOY.md
  • 3f91a90 Update gcp/deployment/DEPLOY.md
  • 4a16b9d Update gcp/deployment/DEPLOY.md
  • ccaf7fd Update DEPLOY.md
  • 8074b78 Update DEPLOY.md
  • c13d583 Update DEPLOY.md
  • 83117cb Merge branch 'Mintplex-Labs:master' into master

📊 Changes

5 files changed (+162 additions, -1 deletions)

View changed files

digitalocean/terraform/DEPLOY.md (+46 -0)
digitalocean/terraform/main.tf (+52 -0)
digitalocean/terraform/outputs.tf (+4 -0)
digitalocean/terraform/user_data.tp1 (+59 -0)
📝 package.json (+1 -1)

📄 Description

This PR introduces a new Terraform configuration that enables users to easily deploy a private AnythingLLM instance on DigitalOcean.


🔄 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/147 **Author:** [@ajosegun](https://github.com/ajosegun) **Created:** 7/15/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`5eb2531`](https://github.com/Mintplex-Labs/anything-llm/commit/5eb2531bc2ab28569343c35282fa2c9b2258107d) Adding GCP Deployment Manager Template - [`630be0a`](https://github.com/Mintplex-Labs/anything-llm/commit/630be0aad5089f655e55b61efc42338fd8f1b489) Adding GCP Deployment Manager Template - [`5fcaa9d`](https://github.com/Mintplex-Labs/anything-llm/commit/5fcaa9de73a4dfe3e038639c312259eb05ae6c91) Adding GCP Deployment Manager Template - [`ffbd1ad`](https://github.com/Mintplex-Labs/anything-llm/commit/ffbd1adc67d12315ad76aba2efcec875c9ef5ef1) Update gcp/deployment/DEPLOY.md - [`3f91a90`](https://github.com/Mintplex-Labs/anything-llm/commit/3f91a90c7ca27c89c4e2cd0796a08d86903f101b) Update gcp/deployment/DEPLOY.md - [`4a16b9d`](https://github.com/Mintplex-Labs/anything-llm/commit/4a16b9d12cb1a0b47fc582cad578b32e576fd66b) Update gcp/deployment/DEPLOY.md - [`ccaf7fd`](https://github.com/Mintplex-Labs/anything-llm/commit/ccaf7fdf681936b88c01c7a925002874bd138088) Update DEPLOY.md - [`8074b78`](https://github.com/Mintplex-Labs/anything-llm/commit/8074b7829b3cd8b30579ba48d063b6241c913736) Update DEPLOY.md - [`c13d583`](https://github.com/Mintplex-Labs/anything-llm/commit/c13d583ddddee0a38edf024701e73bcc3a002a6b) Update DEPLOY.md - [`83117cb`](https://github.com/Mintplex-Labs/anything-llm/commit/83117cb791dd1267d1fe7d9ec638307df10ee18d) Merge branch 'Mintplex-Labs:master' into master ### 📊 Changes **5 files changed** (+162 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `digitalocean/terraform/DEPLOY.md` (+46 -0) ➕ `digitalocean/terraform/main.tf` (+52 -0) ➕ `digitalocean/terraform/outputs.tf` (+4 -0) ➕ `digitalocean/terraform/user_data.tp1` (+59 -0) 📝 `package.json` (+1 -1) </details> ### 📄 Description This PR introduces a new Terraform configuration that enables users to easily deploy a private AnythingLLM instance on DigitalOcean. --- <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:18 -05:00
yindo closed this issue 2026-02-22 18:33:18 -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#3214