🌐
GitHub
github.com › docker › compose
GitHub - docker/compose: Define and run multi-container applications with Docker · GitHub
Docker Compose is a tool for running multi-container applications on Docker defined using the Compose file format. A Compose file is used to define how one or more containers that make up your application are configured.
Starred by 37.3K users
Forked by 5.8K users
Languages   Go 97.2% | Dockerfile 2.2%
open-source software for deploying and running of containerized applications
Docker is a set of products that uses operating system-level virtualization to deliver software in packages called containers. Docker automates the deployment of applications within lightweight containers, enabling them to run consistently … Wikipedia
Factsheet
Original author Solomon Hykes
Developer Docker, Inc.
Initial release March 20, 2013; 13 years ago (2013-03-20)
Factsheet
Original author Solomon Hykes
Developer Docker, Inc.
Initial release March 20, 2013; 13 years ago (2013-03-20)
🌐
GitHub
github.com › Haxxnet › Compose-Examples
GitHub - Haxxnet/Compose-Examples: Various Docker Compose examples of selfhosted FOSS and proprietary projects. · GitHub
Docker networks are not pre-defined. Adjust to your preference and network/proxy setup. Example config files are usually provided but not yet located in the correct volume bind mount paths. Adjust! Example credentials should always be adjusted due to security reasons. May put them in a separate .env file or platform for secrets management. ... git clone https://github.com/Haxxnet/Compose-Examples && cd Compose-Examples/examples cd <container-of-interest> # read the notes, comments and adjust compose + volumes + configs docker compose up
Starred by 7K users
Forked by 327 users
Discussions

How to use docker-compose with GitHub Actions?
Hi! I am trying to use GitHub actions to automate my test pipeline, but cannot seem to get the containers to run in order to test them. I am running a django webapp in one container and postgres in... More on github.com
🌐 github.com
6
40
How can I make docker-compose build an image from a remote git repository? - Stack Overflow
Are you running version 1.5.2? It looks like this was actually recently added in https://github.com/docker/compose/pull/2430. More on stackoverflow.com
🌐 stackoverflow.com
Running docker compose services with config files from Github Actions
The repository in question can be found here - GitHub - david-engelmann/deploy-sourcegraph-docker: Sourcegraph with Docker Compose deployment reference. the main docker-compose.yaml file is docker-compose/docker-compose.yaml. It mounts a series of volumes and also has some for configuration ... More on forums.docker.com
🌐 forums.docker.com
2
0
August 16, 2023
i created a docker compose example on github
I’ve just started learning docker and finished with setting up DuckDNS through docker cli. I know compose would of made it a ton easier to configure variables during setup so I’ll be excited to check this out once I get more into docker and compose More on reddit.com
🌐 r/docker
5
2
May 14, 2023
🌐
GitHub
github.com › docker
Docker · GitHub
GitHub Action to build and push Docker images with Buildx · TypeScript 5.2k 709 · compose · compose Public · Define and run multi-container applications with Docker · Go 37.3k 5.8k · awesome-compose · awesome-compose Public · Awesome Docker Compose samples ·
🌐
GitHub
github.com › docker › compose-for-agents
GitHub - docker/compose-for-agents: Build and run AI agents using Docker Compose. A collection of ready-to-use examples for orchestrating open-source LLMs, tools, and agent runtimes. · GitHub
Build and run AI agents using Docker Compose. A collection of ready-to-use examples for orchestrating open-source LLMs, tools, and agent runtimes. - docker/compose-for-agents
Starred by 910 users
Forked by 399 users
Languages   TypeScript 58.0% | Python 24.1% | Go 5.1% | HTML 3.7% | Dockerfile 3.0% | CSS 2.2%
🌐
GitHub
github.com › docker › compose › releases
Releases · docker/compose
3 days ago - Bump github.com/docker/cli v29.4.0 by @thaJeztah in #13707 · Bump compose-go to version v2.10.2 by @glours in #13705
Author   docker
🌐
GitHub
gist.github.com › deviantony › 2b5078fe1675a5fedabf1de3d1f2652a
Install latest version of Docker Compose · GitHub
January 30, 2026 - So for docker-compose we just need to use: sudo curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
Find elsewhere
🌐
GitHub
github.com › docker › awesome-compose
GitHub - docker/awesome-compose: Awesome Docker Compose samples · GitHub
A curated list of Docker Compose samples.
Starred by 44.8K users
Forked by 8.1K users
Languages   HTML 35.6% | Dockerfile 16.0% | Rust 9.4% | TypeScript 9.2% | Java 6.1% | Python 5.9%
🌐
GitHub
github.com › dockersamples › example-voting-app
GitHub - dockersamples/example-voting-app: Example distributed app composed of multiple containers for Docker, Compose, Swarm, and Kubernetes · GitHub
On Linux, make sure you have the latest version of Compose. This solution uses Python, Node.js, .NET, with Redis for messaging and Postgres for storage. ... The vote app will be running at http://localhost:8080, and the results will be at http://localhost:8081. Alternately, if you want to run it on a Docker Swarm, first make sure you have a swarm.
Starred by 5.7K users
Forked by 15.5K users
Languages   C# 25.4% | CSS 16.7% | JavaScript 14.9% | HTML 14.7% | Dockerfile 14.4% | Python 7.7% | Shell 6.2%
🌐
GitHub
github.com › docker › compose-desktop › releases
Releases · docker/compose-desktop
Contribute to docker/compose-desktop development by creating an account on GitHub.
Author   docker
🌐
GitHub
github.com › docker › compose-desktop
GitHub - docker/compose-desktop · GitHub
This repo contains compose-desktop releases. Download the latest version of the binary matching your OS and architecture from the Releases page. Move the binary to ~/.docker/cli-plugins/docker-compose
Starred by 14 users
Forked by 4 users
🌐
GitHub
github.com › compose-generator › compose-generator
GitHub - compose-generator/compose-generator: 🐳 Easy to use cli tool to generate Docker Compose configurations
🐳 Easy to use cli tool to generate Docker Compose configurations - compose-generator/compose-generator
Starred by 237 users
Forked by 26 users
Languages   Go 85.6% | PHP 11.6% | Dockerfile 1.4% | Python 0.6% | Ruby 0.4% | Shell 0.3%
🌐
GitHub
github.com › docker › docker.github.io-1 › blob › master › compose › install › index.md
docker.docker.github.io-1/compose/install/index.md at master · docker-archive-public/docker.docker.github.io-1
Source repo for Docker's Documentation. Contribute to docker-archive-public/docker.docker.github.io-1 development by creating an account on GitHub.
Author   docker-archive-public
🌐
Medium
medium.com › @avash700 › ci-cd-made-easy-github-actions-docker-compose-and-watchtower-60a698d24f27
CI/CD Made Easy: GitHub Actions, Docker Compose, and Watchtower | by Avash Ghimire | Medium
September 12, 2023 - Here, we are running the image that we pushed earlier to docker hub. I am using the repo name and the tag from the above steps. You may change the image/container names and other fields like ports and other values accordingly. Head over to your terminal and run the compose file with the following command:
🌐
Medium
medium.com › @nima.shokofar › introducing-the-docker-compose-github-action-template-4c0b77abe3c3
Introducing the Docker-Compose GitHub Action Template | by Nima Shokouhfar | Medium
August 30, 2024 - This repository template is designed to help you set up a CI/CD pipeline that automates the testing and deployment of npm packages. The template includes a GitHub Action workflow that uses Docker Compose to manage the services needed for testing, ensuring that your code is validated in a consistent environment before it gets deployed.
🌐
Docker Community
forums.docker.com › general
Running docker compose services with config files from Github Actions - General - Docker Community Forums
August 16, 2023 - The repository in question can be found here - GitHub - david-engelmann/deploy-sourcegraph-docker: Sourcegraph with Docker Compose deployment reference. the main docker-compose.yaml file is docker-compose/docker-compose.yaml. It mounts a series of volumes and also has some for configuration ...
🌐
Reddit
reddit.com › r/docker › i created a docker compose example on github
r/docker on Reddit: i created a docker compose example on github
May 14, 2023 -

I created a docker compose example just for fun - it has a full stack of frontend, backend and database just as a way to learn more about docker compose.

I have no idea if anything is interested but posting it anyway (just my shout in the void I guess). If anyone has problems to compile it, just write.

https://github.com/sashoalm/docker-compose-example

This project shows how to create a full stack - Angular frontend (folder my-frontend), C# backend (folder my-backend), and MySQL database (folder my-database), and wire them together using Docker compose. There is an nginx reverse proxy (folder my-proxy) which routes traffic to the frontend and backend. To build and run it, just run "docker compose up" at the project's root folder. The server will be available at http://localhost:8080

When running, it shows just one table which displays numbers. You can add numbers. The frontend calls the backend, which stores the numbers in the database. The database is seeded with seed.sql.

🌐
Docker Hub
hub.docker.com › r › docker › compose
docker/compose - Docker Image
If you have any questions, you can talk in real-time with other developers in the #docker-compose IRC channel on Freenode. Click here to join using IRCCloud.⁠ · Code repository for Compose is on GitHub⁠ · If you find any problems please fill out an issue⁠ ·
🌐
GitHub
github.com › louislam › dockge
GitHub - louislam/dockge: A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager · GitHub
A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager - louislam/dockge
Starred by 22.8K users
Forked by 732 users
Languages   TypeScript 50.1% | Vue 43.5% | SCSS 3.6% | JavaScript 1.4% | Dockerfile 0.7% | Go 0.4% | HTML 0.3%