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: Exploring Podman: A More Secure Docker Alternative | news.ycombinator.com | 2024-01-13

    Source code for the feature is here if you care to inspect it:

    https://github.com/containers/podman-compose/blob/bce40c2db3...

    Admittedly, I'm still on podman 4.3.1, but I dont' see any reason why this would stop working in later versions of podman.

  • 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.

  • 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.

  • 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, 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.

    Project mention: Headscale API | /r/selfhosted | 2023-04-08

    There doesn't seem to be much documentation on the Headscale API, but I am trying to create a UI using Anvil. Right now I have 90% of the functionality of iFargle's headscale-webui built into the new app, however I am facing a hurdle. If anyone understand's Python and or the Headscale API and can help me out that would be so great. Planning to release this application open-source soon so anybody can clone and either run using anvil.works or self-host using their Anvil App-Server which is my plan.

  • 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
  • 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

  • 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.

    Project mention: Will rvx be compatible with the new install manager? | /r/revancedextended | 2023-05-07

    Just to let you know, the repo is up. Here's the GitHub issue. Is options.toml deprecated & replaceable with options.json?

  • 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

  • trino-getting-started

  • SaaSHub

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

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). The latest post mention was on 2024-02-19.

Python docker-compose related posts

Index

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

Project Stars
1 Mailu 5,307
2 podman-compose 4,591
3 nginx-ui 4,370
4 instantbox 3,587
5 docker-wyze-bridge 2,288
6 docker-autocompose 1,583
7 docker-django-example 1,085
8 cp-all-in-one 867
9 Tutor 838
10 fastapi-alembic-sqlmodel-async 734
11 ansible-docker 733
12 allure-docker-service 570
13 headscale-webui 556
14 FastAPI-Backend-Template 534
15 ezarr 530
16 docker-flask-example 530
17 docker-py-revanced 475
18 bitcart 459
19 facetorch 367
20 FastAPI-boilerplate 308
21 docker-compose-actions-workflow 272
22 Pi-Hole-Monitoring 258
23 trino-getting-started 218
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com