Python docker-compose

Open-source Python projects categorized as docker-compose

Top 23 Python docker-compose Projects

  • Mailu

    Insular email distribution - mail server as Docker images

  • Project mention: Roundcube and docker-mailserver (Docker Mailserver) on the same VPS | /r/selfhosted | 2023-12-06

    Consider installing Mailu instead, which is a single Docker container with a full mail server and Roundcube on top. Very easy to install.

  • podman-compose

    a script to run docker-compose.yml using podman

  • Project mention: One Minute: Compose | dev.to | 2024-03-30

    Podman (via podman-compose),

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • nginx-ui

    Nginx UI allows you to access and modify the nginx configurations files without cli.

  • instantbox

    ๐Ÿ“ฆ Get a clean, ready-to-go Linux box in seconds.

  • docker-wyze-bridge

    WebRTC/RTSP/RTMP/LL-HLS bridge for Wyze cams in a docker container

  • Project mention: 2/16/24 Wyze Security Incident Update | news.ycombinator.com | 2024-02-19

    I finally gave up trying to use the mini hacks to make RTSP work reliably. I ended up using Wyze Bridge [0] instead, and it has been far more stable. Using Frigate for the web UI. It doesn't make for a local-only solution, but I don't use my cameras to record anything that would bother me if other people saw it.

    [0] https://github.com/mrlt8/docker-wyze-bridge

  • docker-autocompose

    Generate a docker-compose yaml definition from a running container

  • Project mention: Update containers/images to latest version in Docker Desktop (windows) | /r/docker | 2023-06-27

    But there is this little tool docker-autocompose that can read the configuration of your current containers and export that into a docker-compose.yml. It probably wont work 100% perfect for every possible container config, but its worth a try and it might save a lot of time when making the switch from run to compose. Good luck!

  • docker-django-example

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

  • Project mention: Django 5.0 Is Released | news.ycombinator.com | 2023-12-04

    Congrats on the release to the Django community!

    If anyone is curious, I updated my Django / Docker starter kit app to use Django 5.0 at: https://github.com/nickjj/docker-django-example

    It pulls together gunicorn, Celery, Redis, Postgres, esbuild and Tailwind with Docker Compose. It's set up to run in both development and production.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cp-all-in-one

    docker-compose.yml files for cp-all-in-one , cp-all-in-one-community, cp-all-in-one-cloud, Apache Kafka Confluent Platform

  • Project mention: My local Kafka instance stuck in "auto leader balancing" | /r/apachekafka | 2023-11-22

    # https://github.com/confluentinc/cp-all-in-one/blob/7.0.1-post/cp-all-in-one/docker-compose.yml version: '3' services: zookeeper: image: confluentinc/cp-zookeeper:7.3.0 container_name: zookeeper ports: - "2181:2181" environment: ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_TICK_TIME: 2000 broker: image: confluentinc/cp-kafka:7.3.0 container_name: broker ports: - "9092:9092" depends_on: - zookeeper environment: KAFKA_BROKER_ID: 1 KAFKA_ZOOKEEPER_CONNECT: "zookeeper:2181" KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://broker:29092,PLAINTEXT_HOST://localhost:9092 KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1 KAFKA_TRANSACTION_STATE_LOG_MIN_ISR: 1 KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR: 1 mongodb: container_name: mongo_c image: mongo:6.0 volumes: - ./db:/data/db ports: - "27017:27017" environment: MONGO_INITDB_ROOT_USERNAME: root MONGO_INITDB_ROOT_PASSWORD: example

  • Tutor

    The Docker-based Open edX distribution designed for peace of mind

  • Project mention: How do you run any container. | /r/synology | 2023-06-03

    I don't know Open EDX but it looks like Tutor is a separate distribution of it for Docker: https://docs.tutor.overhang.io

  • fastapi-alembic-sqlmodel-async

    This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.

  • Project mention: Do you know any quality FastAPI starter projects? | /r/flask | 2023-10-10
  • ansible-docker

    Install / Configure Docker and Docker Compose using Ansible.

  • allure-docker-service

    This docker container allows you to see up to date reports simply mounting your "allure-results" directory in the container (for a Single Project) or your "projects" directory (for Multiple Projects). Every time appears new results (generated for your tests), Allure Docker Service will detect those changes and it will generate a new report automatically (optional: send results / generate report through API), what you will see refreshing your browser.

  • headscale-webui

    A simple Headscale web UI for small-scale deployments.

  • ezarr

    Ezarr aims to make it as easy as possible to setup an entire Servarr/Jackett/BitTorrent/Usenet/PleX/Jellyfin mediacenter stack using Docker

  • Project mention: Yo Ho, Yo Ho, a pirates life for me!! Recent streaming services, prices and shows getting butchered, finally decided its time. Here's how a basic self-hosted 'Netflix' would look like. Fully automated once its setup. Using only a makeshift homelab server from second hand parts. | /r/Piracy | 2023-07-06

    Yes. checkout out Ezarr

  • FastAPI-Backend-Template

    A backend project template with FastAPI, PostgreSQL with asynchronous SQLAlchemy 2.0, Alembic for asynchronous database migration, and Docker. (by Aeternalis-Ingenium)

  • Project mention: Automate Python Linting and Code Style Enforcement with Ruff and GitHub Actions | dev.to | 2023-07-22
  • docker-flask-example

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

  • Project mention: We Have to Talk About Flask | news.ycombinator.com | 2023-10-19

    I've been maintaining my Build a SAAS App with Flask video course[0] for 8 years. It has gone from pre-1.0 to 2.3 and has been recorded twice with tons of incremental updates added over the years to keep things current.

    In my opinion tutorial creators should pin their versions so that anyone taking the course or going through the tutorial will have a working version that matches the video or written material.

    I'm all for keeping things up to date and do update things every few months but rolling updates don't tend to work well for tutorials because sometimes a minor version requires a code change or covering new concepts. As a tutorial consumer it's frustrating when the content doesn't match the source code unless it's nothing but a version bump.

    I've held off upgrading Flask to 3.0 and Python 3.12 due to these open issues with 3rd party dependencies https://github.com/nickjj/docker-flask-example/issues/17.

    [0]: https://buildasaasappwithflask.com/

  • docker-py-revanced

    One Click Python util to build all Revanced apps.

  • bitcart

    https://bitcart.ai

  • facetorch

    Python library for analysing faces using PyTorch

  • FastAPI-boilerplate

    An extendable async API using FastAPI, Pydantic V2, SQLAlchemy 2.0, PostgreSQL and Redis. (by igorbenav)

  • Project mention: ๐Ÿš€FastAPI boilerplate (starter project) | /r/Python | 2023-11-14

    Yet another FastAPI Boilerplate (starter project) to help you productizing Machine Learning or just creating an API ๐Ÿš€ https://github.com/igorbenav/FastAPI-boilerplate

  • docker-compose-actions-workflow

    GitHub Actions workflow example using Docker Compose to build and test a multi-container stack

  • Pi-Hole-Monitoring

    Monitoring Pi-Hole statistics with Grafana

  • jailmaker

    Persistent Linux 'jails' on TrueNAS SCALE to install software (docker-compose, portainer, podman, etc.) with full access to all files via bind mounts thanks to systemd-nspawn!

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python docker-compose related posts

  • paperless-ngx on Synology DS220+

    2 projects | /r/selfhosted | 9 Aug 2023
  • Piglet: Simple, Open-Source Webapp to manage budgets in a household

    1 project | news.ycombinator.com | 3 Aug 2023
  • is there a way to "create a skip intro button" for specific videos?

    3 projects | /r/PleX | 7 Jul 2023
  • Building my first Plex Server.

    1 project | /r/PleX | 1 Jul 2023
  • Tell me the best way to move all my docker services from one server to another

    2 projects | /r/selfhosted | 8 Jun 2023
  • Getting Podman running on Ubuntu 22.04 LTS

    1 project | news.ycombinator.com | 16 May 2023
  • Why can Plex not automatically skip intros and credits?

    1 project | /r/PleX | 10 May 2023
  • A note from our sponsor - Scout Monitoring
    www.scoutapm.com | 3 Jun 2024
    Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today. Learn more โ†’

Index

What are some of the best open-source docker-compose projects in Python? This list will help you:

Project Stars
1 Mailu 5,480
2 podman-compose 4,788
3 nginx-ui 4,384
4 instantbox 3,785
5 docker-wyze-bridge 2,404
6 docker-autocompose 1,713
7 docker-django-example 1,124
8 cp-all-in-one 892
9 Tutor 867
10 fastapi-alembic-sqlmodel-async 834
11 ansible-docker 741
12 allure-docker-service 598
13 headscale-webui 606
14 ezarr 589
15 FastAPI-Backend-Template 575
16 docker-flask-example 558
17 docker-py-revanced 516
18 bitcart 491
19 facetorch 430
20 FastAPI-boilerplate 404
21 docker-compose-actions-workflow 281
22 Pi-Hole-Monitoring 264
23 jailmaker 306

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com