mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-11 17:48:11 -05:00
[PR #91] [MERGED] feat: working Qdrant template #214
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:add-qdrant📝 Commits (3)
6716a9bfeat: working Qdrant templatefda36ecFix: config83393ebfix: generate domain once📊 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.