🌐
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 › docker › compose
GitHub - docker/compose: Define and run multi-container applications with Docker · GitHub
Define your app's environment with a Dockerfile so it can be reproduced anywhere. Define the services that make up your app in compose.yaml so they can be run together in an isolated environment.
Starred by 37.3K users
Forked by 5.8K users
Languages   Go 97.2% | Dockerfile 2.2%
🌐
GitHub
github.com › Haxxnet › Compose-Examples
GitHub - Haxxnet/Compose-Examples: Various Docker Compose examples of selfhosted FOSS and proprietary projects. · GitHub
cs2-dedicated-server - CS2 Dedicated Server Docker Image with an RCON web-based control panel. posio - A multiplayer geography game using Websockets. Monkeytype - The most customizable typing website with a minimalistic design and a ton of features. Test yourself in various modes, track your progress and improve your speed. GZCTF - The GZ::CTF project, an open source CTF platform. ... Metric gathering and display software. Grafana - The open and composable observability and data visualization platform.
Starred by 7K users
Forked by 327 users
🌐
GitHub
github.com › thatg33khub › docker-compose-samples
GitHub - thatg33khub/docker-compose-samples: Collection of docker-compose samples · GitHub
Collection of docker-compose samples. Contribute to thatg33khub/docker-compose-samples development by creating an account on GitHub.
Starred by 18 users
Forked by 5 users
Languages   Shell
🌐
GitHub
github.com › dockersamples › example-voting-app › blob › main › docker-compose.yml
example-voting-app/docker-compose.yml at main · dockersamples/example-voting-app
# docker compose --profile seed up -d · seed: build: ./seed-data · profiles: ["seed"] depends_on: vote: condition: service_healthy · networks: - front-tier · restart: "no" · volumes: db-data: ·
Author   dockersamples
🌐
GitHub
gist.github.com › viktorbenei › 073b920c45ad294181cc888ed5112353
docker-compose.yml (v3) example · GitHub
docker-compose.yml (v3) example. GitHub Gist: instantly share code, notes, and snippets.
🌐
Reddit
reddit.com › r/selfhosted › awesome docker compose examples
r/selfhosted on Reddit: Awesome Docker Compose Examples
February 25, 2023 -

Hi r/selfhosted,

since my last post I've cleaned my repository on GitHub with various Docker Compose examples. I've added a clean readme, issue templates and also short descriptions for each currently available compose project (aligned to the popular awesome-selfhosted repo).

I'll update the repository regularly if I come across bugs or something note-worthy. For example, if a cool project does not yet provide a docker-compose.yml or if the setup is a bit more complicated, combining various docker images with required config files etc. (like traefik or a grafana monitoring stack combining multiple images like promtail, influxdb, telegraf and so on).

Feel free to check it out if you haven't yet:

https://github.com/Haxxnet/Compose-Examples

If you have any missing compose examples that are not easily publicly available or already documented well enough by the project maintainer, feel free to issue PRs or open an issue with a request for a missing compose example. Happy to help out and extend the examples.

Cheers!

🌐
GitHub
github.com › dockersamples › compose-dev-env
GitHub - dockersamples/compose-dev-env: Example used to try a compose application with Docker Dev Environments · GitHub
$ docker-compose up -d Creating network "compose-dev-env_default" with the default driver Creating volume "compose-dev-env_db-data" with default driver Building backend Step 1/8 : FROM golang:1.13-alpine AS build 1.13-alpine: Pulling from ...
Starred by 157 users
Forked by 150 users
Languages   Go 79.6% | Dockerfile 20.4%
Find elsewhere
🌐
GitHub
github.com › DataDog › docker-compose-example
GitHub - DataDog/docker-compose-example: ## Auto-archived due to inactivity. ## A working example of using Docker Compose with Datadog · GitHub
## Auto-archived due to inactivity. ## A working example of using Docker Compose with Datadog - DataDog/docker-compose-example
Starred by 135 users
Forked by 194 users
Languages   Python 69.6% | Dockerfile 30.4%
🌐
GitHub
github.com › vegasbrianc › docker-compose-demo
GitHub - vegasbrianc/docker-compose-demo: A short demo on how to use Docker Compose to create a Web Service connected to a load balancer and a Redis Database.
It is also possible to open a browser tab with the URL http://whoami.docker.localhost/ Now comes the fun part of compose which is scaling. Let's scale our web service from 1 instance to 5 instances. This will now scale our web service container.
Starred by 184 users
Forked by 115 users
Languages   Python 84.8% | Dockerfile 15.2% | Python 84.8% | Dockerfile 15.2%
🌐
GitHub
github.com › burtonr › Docker-Compose-Examples
GitHub - burtonr/Docker-Compose-Examples: A simple application to demonstrate the abilities and options available in the Docker-Compose file using various environment variables for composing to different environments like DEV, QA, PROD.
September 6, 2018 - The value in the compose file will override the value in the file no matter what order you place the env_file and environment properties. This is similar to defining a variable in a Dockerfile and overriding it from the command line during the docker run -e 'TEST_ENV_ITEM=something'... Huge thanks out to the team at Runnable for putting together a blog post that inspired these examples.
Starred by 3 users
Forked by 2 users
Languages   Go 100.0% | Go 100.0%
🌐
GitHub
github.com › buildGoodWeb › docker-compose-example
GitHub - buildGoodWeb/docker-compose-example
Compose pulls a Redis image, builds an image for your code, and start the services you defined. Enter http://0.0.0.0:5000/ in a browser to see the application running. Refresh the page.
Author   buildGoodWeb
🌐
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
... 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%
🌐
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.

🌐
GitHub
gist.github.com › thatisuday › e68b4003629da23bb317c009cb34ba14
A sample Docker Compose (YAML) file. · GitHub
A sample Docker Compose (YAML) file. GitHub Gist: instantly share code, notes, and snippets.
🌐
GitHub
gist.github.com › GabrielCzar › c6c1250b6d3f61c70a9b73198c091f4f
Docker compose samples - gists · GitHub
June 7, 2016 - Docker compose samples · Raw · DOCKER_COMPOSE.md · Scripts to run specific services · Raw · mongo.yml · This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
🌐
GitHub
github.com › topics › docker-compose
docker-compose · GitHub Topics · GitHub
With Compose, we can create a YAML file to define the services and with a single command, can spin everything up or tear it all down. ... All 43,139 Python 7,518 JavaScript 5,396 Shell 4,395 TypeScript 4,358 Java 3,696 Dockerfile 3,237 Go 2,093 PHP 1,764 HTML 1,271 C# 1,108
🌐
GitHub
github.com › luisaveiro › playground
GitHub - luisaveiro/playground: Docker Compose collection of tech stack samples.
This repository is a collection of Docker Compose files for tech stack samples, including frameworks, blog platforms, CMS, e-commerce, headless CMS, and "Hello, World!" examples for most common programming languages.
Starred by 35 users
Forked by 8 users
🌐
GitHub
github.com › gaelgthomas › client-server-docker-compose-example
GitHub - gaelgthomas/client-server-docker-compose-example: Docker-Compose Client/Server example. Created for "A beginner's guide to Docker - how to create a client/server side with docker-compose" article on HereWeCode.
Docker-Compose Client/Server example. Created for "A beginner's guide to Docker - how to create a client/server side with docker-compose" article on HereWeCode. - gaelgtho...
Starred by 42 users
Forked by 36 users
Languages   Python 54.6% | Dockerfile 44.5% | HTML 0.9% | Python 54.6% | Dockerfile 44.5% | HTML 0.9%
🌐
Docker Docs
docs.docker.com › manuals › docker compose
Docker Compose | Docker Docs
Learn how to use Docker Compose to define and run multi-container applications with this detailed introduction to the tool.