Docker Compose Examples

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. d.rymcg.tech

    A collection of self-hosted docker-compose projects with Traefik reverse proxy, integrated auth, and administrative Makefiles for easy maintainance

    > What if the docker daemon is on a storage server and the host volume of /stuff contains, say, 10 terabytes of photo album content?

    In this extreme example I think probably a bind mount might make sense, especially if the files are already there. But the named volume would just be stored in /var/lib/docker/volumes/some-volume-name, so as long as that /var/lib has 10TB I don't see the problem.

    I can use my sftp container [1] to be able to sftp directly into a volume, but I've not yet transferred 10TB with it :)

    [1] https://github.com/EnigmaCurry/d.rymcg.tech/tree/master/sftp

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Compose-Examples

    Various Docker Compose examples of selfhosted FOSS and proprietary projects.

  4. docker-flask-example

    A production ready example Flask app that's using Docker and Docker Compose.

    There's a lot of "tool" selections in that repo.

    If anyone is looking for ready to go web app examples aimed at both development and production, I maintain:

        - https://github.com/nickjj/docker-flask-example

  5. docker-rails-example

    A production ready example Rails app that's using Docker and Docker Compose.

    - https://github.com/nickjj/docker-rails-example

  6. docker-node-example

    An example Node / Express app that's using Docker and Docker Compose.

    - https://github.com/nickjj/docker-node-example

  7. docker-phoenix-example

    A production ready example Phoenix app that's using Docker and Docker Compose.

    - https://github.com/nickjj/docker-phoenix-example

  8. PostHog

    🦔 PostHog provides open-source web & product analytics, session recording, feature flagging and A/B testing that you can self-host. Get started - free.

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  10. growthbook

    Open Source Feature Flagging and A/B Testing Platform

  11. Fleet

    Open device management

    * https://github.com/fleetdm/fleet

    Supposedly, One can search github using `language:typescript filename:docker-compose.yml stars:>1000` but it's not working for me somehow.

  12. flyctl

    Command line tools for fly.io services

    It's not exactly what you're asking for, but <https://fly.io> is pretty neat. It's easy to get going and will deploy any docker images you want with a bit of their config added.

    As for AWS ECS mentioned in the other reply -- it's great if you ever get it working, but it is a nightmare to learn and use.

  13. mrsk

    Discontinued Deploy web apps anywhere. [Moved to: https://github.com/basecamp/kamal]

    Awesome repos, starred. Do you have any preferences for next steps, such as deploy/management? And if you’ve seen it, what do you you think of https://github.com/mrsked/mrsk?

  14. awesome-swarm

    All the awesome tools, docs, and training on Docker and Mirantis Swarm Mode (SwarmKit)

    Swarm still is a thing. The recentl docker release even has new features in it.

    Also see https://github.com/BretFisher/awesome-swarm

  15. coolify

    An open-source & self-hostable Heroku / Netlify / Vercel alternative.

    Coolify (https://coolify.io/) has support for deploying docker-compose based app. It works quite well and is easy to use. You still need to manage the server on which you deploy the tool, though.

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

  • Looking to use Docker &amp; Docker Compose in production and need advice.

    6 projects | /r/docker | 10 Mar 2023
  • docker-compose file repository?

    8 projects | /r/docker | 20 Oct 2022
  • Dockerizing a Ruby on Rails Application

    2 projects | /r/rails | 10 May 2022
  • How to setup flask with webpack

    7 projects | /r/flask | 11 Dec 2021
  • docker-compose creates node_modules folder on host

    6 projects | /r/docker | 2 Jul 2021

Did you know that Shell is
the 11th most popular programming language
based on number of references?