at-gmbh / docker-mlflow-server

a docker image of the MLflow server component
Apache License 2.0
35 stars 24 forks source link

[Enhancement] Add docker compose deployment examples #3

Closed ossScharom closed 2 years ago

ossScharom commented 2 years ago

Proposed deployments

Add a Folder that contains multiple different deployment examples for the atcommons/mlflow-server image. Deployment examples would be described by docker compose YAMLs. A system architecture can be found here. Each example will be heavily documented by the folder's README.

Insecure

With Proxy

Proposed directory layout

The following structure is inspired by nextcloud/docker

docker-mlflow-server/
├─ .deployment_examples/
│  ├─ insecure/
│  │  ├─ postgres_minio/
│  │  │  ├─ docker-compose.yaml
│  ├─ with_proxy/
│  │  ├─ postgres_minio_traefik/
│  │  │  ├─ docker-compose.yaml
│  ├─ README.md

Stretch Goal

Make examples easy to explore by using play with docker in the documentation.