Should I be using a unified Docker-Compose.yml?

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • dockcheck

    CLI tool to automate docker image updates. No pre-pull, selective, notify, prune.

  • docker-compose-project-example

    This is an example of how you can organize your docker compose based project

  • I've made an example github repository where I show how I do it. The main reason was that there are two cool docker features called extends and includes that allow you to reduce code repetition and split the stack into multiple files. It was not so easy to find a good exempt if it so I made one. Here it is https://github.com/labmonkey/docker-compose-project-example

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • kompose

    Convert Compose to Kubernetes

  • Although I recently moved my own services from docker compose to kubernetes using https://kompose.io/ and now the only thing I run with docker compose, currently, is my private docker registry but everything including in kube, are always in their own folders.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts