mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
[PR #303] [MERGED] Add new LiteLLM template to the repository. #347
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/303
Author: @jaainil
Created: 8/25/2025
Status: ✅ Merged
Merged: 8/25/2025
Merged by: @Siumauricio
Base:
main← Head:feat/template-litellm📝 Commits (6)
712a6e6workinge235103Refactor LiteLLM template to centralize environment variables and improve configuration structure4cb7ed3Refactor LiteLLM docker-compose and template to use volumes and simplify port configuration06869f6Refactor LiteLLM blueprint to simplify environment configuration and improve service definitions65b9769Refactor LiteLLM blueprint to centralize environment variables, enhance security with stronger defaults, and improve provider API key configuration89214c6Format tags as arrays in meta.json for improved readability📊 Changes
4 files changed (+139 additions, -0 deletions)
View changed files
➕
blueprints/litellm/docker-compose.yml(+53 -0)➕
blueprints/litellm/image.png(+0 -0)➕
blueprints/litellm/template.toml(+67 -0)📝
meta.json(+19 -0)📄 Description
What is this PR about?
Add new LiteLLM template to the repository.
This template deploys the [BerriAI LiteLLM](https://github.com/BerriAI/litellm) service with PostgreSQL backend, providing an OpenAI‑compatible API proxy for multiple LLM providers.
Key features:
Checklist
Before submitting this PR, please make sure that:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.