[PR #761] feat: add MLflow template #5075

Open
opened 2026-05-06 17:55:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/761
Author: @Rasaboun
Created: 3/29/2026
Status: 🔄 Open

Base: canaryHead: feat/add-mlflow-template


📝 Commits (2)

  • 43021a6 feat: add MLflow template
  • d089b0c fix(mlflow): pin pip versions and add healthcheck start_period

📊 Changes

4 files changed (+153 additions, -18 deletions)

View changed files

blueprints/mlflow/docker-compose.yml (+109 -0)
blueprints/mlflow/mlflow.svg (+4 -0)
blueprints/mlflow/template.toml (+22 -0)
📝 meta.json (+18 -18)

📄 Description

Adds a template for MLflow, the open source ML lifecycle platform

The setup includes 4 services

  • MLflow server (v3.10.1) for experiment tracking and model registry
  • PostgreSQL 15 as the backend store for metadata
  • RustFS for S3-compatible artifact storage
  • A one-shot init container that creates the S3 bucket on first deploy

All secrets (db password and S3 credentials) are auto-generated at deploy time through Dokploy helpers

Test plan

  • Deployed via Dokploy template import using PR preview URL
  • All 4 containers start and pass health checks
  • MLflow UI accessible and functional (Home, Experiments pages verified)
  • Default experiment auto-created on first boot

🔄 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/761 **Author:** [@Rasaboun](https://github.com/Rasaboun) **Created:** 3/29/2026 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `feat/add-mlflow-template` --- ### 📝 Commits (2) - [`43021a6`](https://github.com/Dokploy/templates/commit/43021a6a9df416be4393f0e9ba96caddbd29a585) feat: add MLflow template - [`d089b0c`](https://github.com/Dokploy/templates/commit/d089b0c82ffe895dab752e90dc7f8ff0b9e08e00) fix(mlflow): pin pip versions and add healthcheck start_period ### 📊 Changes **4 files changed** (+153 additions, -18 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/mlflow/docker-compose.yml` (+109 -0) ➕ `blueprints/mlflow/mlflow.svg` (+4 -0) ➕ `blueprints/mlflow/template.toml` (+22 -0) 📝 `meta.json` (+18 -18) </details> ### 📄 Description Adds a template for MLflow, the open source ML lifecycle platform The setup includes 4 services - MLflow server (v3.10.1) for experiment tracking and model registry - PostgreSQL 15 as the backend store for metadata - RustFS for S3-compatible artifact storage - A one-shot init container that creates the S3 bucket on first deploy All secrets (db password and S3 credentials) are auto-generated at deploy time through Dokploy helpers ## Test plan - [x] Deployed via Dokploy template import using PR preview URL - [x] All 4 containers start and pass health checks - [x] MLflow UI accessible and functional (Home, Experiments pages verified) - [x] Default experiment auto-created on first boot --- <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 2026-05-06 17:55:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#5075