Python samples

NameDescription
NGINX / Flask / MongoDBA sample Python/Flask application with Nginx proxy and a Mongo database.
NGINX / Flask / MySQLA sample Python/Flask application with an Nginx proxy and a MySQL database.
NGINX / WSGI / FlaskA sample Nginx reverse proxy with a Flask backend using WSGI.
Python / Flask / RedisA sample Python/Flask and a Redis database.
FlaskA sample Flask application.
DjangoA sample Django application.
FastAPIA sample FastAPI application.
example-voting-appA sample Docker Compose app.
Compose and DjangoThis quick-start guide demonstrates how to use Docker Compose to set up and run a simple Django/PostgreSQL app.
AI/ML with DockerGet started with AI and ML using Docker, Neo4j, LangChain, and Ollama
Agent-to-AgentThis app is a modular AI agent runtime built on Google's Agent Development Kit (ADK) and the A2A (Agent-to-Agent) protocol. It wraps a large language model (LLM)-based agent in an HTTP API and uses structured execution flows with streaming responses, memory, and tools. It is designed to make agents callable as network services and composable with other agents.
ADK Multi-Agent Fact CheckerThis project demonstrates a collaborative multi-agent system built with the Agent Development Kit (ADK), where a top-level Auditor agent coordinates the workflow to verify facts. The Critic agent gathers evidence via live internet searches using DuckDuckGo through the Model Context Protocol (MCP), while the Reviser agent analyzes and refines the conclusion using internal reasoning alone. The system showcases how agents with distinct roles and tools can collaborate under orchestration.
DevDuck agentsA multi-agent system for Go programming assistance built with Google Agent Development Kit (ADK). This project features a coordinating agent (DevDuck) that manages two specialized sub-agents (Bob and Cerebras) for different programming tasks.
AgnoThis app is a multi-agent orchestration system powered by LLMs (like Qwen and OpenAI) and connected to tools via a Model Control Protocol (MCP) gateway. Its purpose is to retrieve, summarize, and document GitHub issues—automatically creating Notion pages from the summaries. It also supports file content summarization from GitHub.
CrewAIThis project showcases an autonomous, multi-agent virtual marketing team built with CrewAI. It automates the creation of a high-quality, end-to-end marketing strategy — from research to copywriting — using task delegation, web search, and creative synthesis.
SQL Agent with LangGraphThis project demonstrates a zero-config AI agent that uses LangGraph to answer natural language questions by querying a SQL database — all orchestrated with Docker Compose.

Looking for more samples?

Visit the following GitHub repositories for more Docker samples.

  • Awesome Compose: A curated repository containing over 30 Docker Compose samples. These samples offer a starting point for how to integrate different services using a Compose file.

  • Docker Samples: A collection of over 30 repositories that offer sample containerized demo applications, tutorials, and labs.