Open
Conversation
Deploy MLflow with PostgreSQL backend store and RustFS S3-compatible artifact storage. Includes automatic bucket creation init container. - MLflow v3.10.1 (ghcr.io/mlflow/mlflow) - PostgreSQL 15 Alpine for experiment metadata - RustFS 1.0.0-alpha.90 for artifact storage - Auto-generated secrets for DB password and S3 credentials - Health checks on all services
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Dokploy blueprint for deploying MLflow (experiment tracking + model registry) backed by PostgreSQL and RustFS (S3-compatible artifact store), and registers it in the central template index.
Changes:
- Added a new
mlflowentry tometa.json(with logo/links/tags). - Introduced
blueprints/mlflow/docker-compose.ymlwith 4 services (MLflow, Postgres, RustFS, and a bucket-init job). - Added
blueprints/mlflow/template.tomlvariables/env wiring and anmlflow.svglogo.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| meta.json | Registers the new mlflow template in the global template catalog. |
| blueprints/mlflow/template.toml | Defines Dokploy variables, env injection, and domain routing for the MLflow service. |
| blueprints/mlflow/docker-compose.yml | Implements the multi-service MLflow deployment (DB + S3 storage + init container). |
| blueprints/mlflow/mlflow.svg | Adds the logo referenced by the meta entry. |
- Pin psycopg2-binary==2.9.11 and boto3==1.42.78 for reproducibility - Add start_period: 120s to MLflow healthcheck to account for pip install time on cold starts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a template for MLflow, the open source ML lifecycle platform
The setup includes 4 services
All secrets (db password and S3 credentials) are auto-generated at deploy time through Dokploy helpers
Test plan