Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Top 23 Python docker-compose Projects
-
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.
-
Project mention: Podman Desktop v1.5 with Compose onboarding and enhanced Kubernetes pod data | news.ycombinator.com | 2023-11-03
Can someone link me to what Compose means in this context? Google takes me to https://github.com/containers/podman-compose but I just wanna make sure that's what they are talking about.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
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!
-
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.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
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
-
-
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.
-
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.
-
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.
-
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.
-
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 -
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?
-
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-06Yes. checkout out Ezarr
-
-
-
docker-compose-actions-workflow
GitHub Actions workflow example using Docker Compose to build and test a multi-container stack
-
I was planning to use grafana and seek this link.
-
FastAPI-boilerplate
An extendable async API using FastAPI, Pydantic V2, SQLAlchemy 2.0, PostgreSQL and Redis. (by igorbenav)
Yet another FastAPI Boilerplate (starter project) to help you productizing Machine Learning or just creating an API 🚀 https://github.com/igorbenav/FastAPI-boilerplate
-
https://github.com/bitsondatadev/trino-getting-started/tree/main/delta-lake => Trino (Presto "equivalent") + delta lake format + Minio (s3 equivalent)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python docker-compose related posts
- paperless-ngx on Synology DS220+
- Piglet: Simple, Open-Source Webapp to manage budgets in a household
- is there a way to "create a skip intro button" for specific videos?
- Building my first Plex Server.
- Tell me the best way to move all my docker services from one server to another
- Getting Podman running on Ubuntu 22.04 LTS
- Why can Plex not automatically skip intros and credits?
-
A note from our sponsor - Onboard AI
getonboard.dev | 8 Dec 2023
Index
What are some of the best open-source docker-compose projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | Mailu | 5,046 |
2 | podman-compose | 4,390 |
3 | nginx-ui | 4,356 |
4 | instantbox | 3,516 |
5 | docker-wyze-bridge | 2,072 |
6 | docker-autocompose | 1,396 |
7 | docker-django-example | 1,030 |
8 | cp-all-in-one | 809 |
9 | ansible-docker | 726 |
10 | fastapi-alembic-sqlmodel-async | 572 |
11 | allure-docker-service | 539 |
12 | headscale-webui | 492 |
13 | docker-flask-example | 482 |
14 | FastAPI-Backend-Template | 463 |
15 | docker-py-revanced | 422 |
16 | ezarr | 414 |
17 | bitcart | 412 |
18 | facetorch | 301 |
19 | docker-compose-actions-workflow | 266 |
20 | Pi-Hole-Monitoring | 255 |
21 | FastAPI-boilerplate | 212 |
22 | trino-getting-started | 210 |
23 | taiga | 199 |