[PR #91] [MERGED] feat: working Qdrant template #214

Closed
opened 2025-11-22 20:32:42 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/91
Author: @arnab-im
Created: 4/23/2025
Status: Merged
Merged: 4/26/2025
Merged by: @Siumauricio

Base: mainHead: add-qdrant


📝 Commits (3)

📊 Changes

4 files changed (+73 additions, -1 deletions)

View changed files

blueprints/qdrant/docker-compose.yml (+20 -0)
blueprints/qdrant/qdrant.svg (+22 -0)
blueprints/qdrant/template.toml (+13 -0)
📝 meta.json (+18 -1)

📄 Description

This commit introduces a functional template for one-click deployment of Qdrant on Dokploy.

The previous attempts to implement this template failed due to a missing environment variable: SERVICE_FQDN_QDRANT_6333.

This commit rectifies the issue by including this environment variable in the template configuration. The template has been tested and confirmed to deploy Qdrant correctly.


🔄 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/Dokploy/templates/pull/91 **Author:** [@arnab-im](https://github.com/arnab-im) **Created:** 4/23/2025 **Status:** ✅ Merged **Merged:** 4/26/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `add-qdrant` --- ### 📝 Commits (3) - [`6716a9b`](https://github.com/Dokploy/templates/commit/6716a9bbb13a2f8c6e5fe215dec6fb9a53dc63af) feat: working Qdrant template - [`fda36ec`](https://github.com/Dokploy/templates/commit/fda36ece6b97ac9c592c128fa65261b8c8a2be47) Fix: config - [`83393eb`](https://github.com/Dokploy/templates/commit/83393eb05a6195f52cf30b6e9143fa8fea062276) fix: generate domain once ### 📊 Changes **4 files changed** (+73 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/qdrant/docker-compose.yml` (+20 -0) ➕ `blueprints/qdrant/qdrant.svg` (+22 -0) ➕ `blueprints/qdrant/template.toml` (+13 -0) 📝 `meta.json` (+18 -1) </details> ### 📄 Description This commit introduces a functional template for one-click deployment of Qdrant on Dokploy. The previous attempts to implement this template failed due to a missing environment variable: `SERVICE_FQDN_QDRANT_6333`. This commit rectifies the issue by including this environment variable in the template configuration. The template has been tested and confirmed to deploy Qdrant correctly. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:32:42 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#214