mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 10:37:26 -05:00
[PR #707] Add Onyx template #2833
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/707
Author: @samiralavi
Created: 2/10/2026
Status: 🔄 Open
Base:
main← Head:onyx-template📝 Commits (5)
a1b5b0eadd onyx app556d444fix spaces in the template env variables.66dc3eafix spaces in the template env variables.0ce1ee8fix spaces in the template env variables.8b81825add nginx configuration📊 Changes
4 files changed (+990 additions, -0 deletions)
View changed files
➕
blueprints/onyx/OnyxLogo.jpg(+0 -0)➕
blueprints/onyx/docker-compose.yml(+538 -0)➕
blueprints/onyx/template.toml(+434 -0)📝
meta.json(+18 -0)📄 Description
What is this PR about?
New PR of Onyx
Checklist
Before submitting this PR, please make sure that:
Screenshots or Videos
Greptile Summary
This PR adds a new Dokploy template for Onyx, a self-hostable Chat UI with RAG, MCP, and LLM integration features. The template consists of a 12-service Docker Compose setup (API server, background worker, web server, model servers, PostgreSQL, Vespa, Redis, MinIO, nginx, and code-interpreter), a
template.tomlwith extensive environment configuration and nginx config file mounts, a logo, and themeta.jsonentry.Key issues found:
../files/volumes/data/nginx/...— verify these relative paths resolve correctly to the[[config.mounts]]files defined intemplate.toml, as a mismatch would prevent nginx from startingversion: "3.8": AGENTS.md requires Docker Compose files to specify this version, which is absent from this templatebuild:sections andenv_file:references: The docker-compose includesbuild:contexts pointing to GitHub repos andenv_file: .envon every service — neither is functional in a Dokploy deployment and adds unnecessary noisedocker-compose.ymlConfidence Score: 2/5
blueprints/onyx/template.toml(hardcoded credentials),blueprints/onyx/docker-compose.yml(nginx volume paths, convention violations)Last reviewed commit:
8b81825(3/5) Reply to the agent's comments like "Can you suggest a fix for this @greptileai?" or ask follow-up questions!
Context used:
dashboard- AGENTS.md (source)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.