All Projects → iedmrc → awesome-docker-compose

iedmrc / awesome-docker-compose

Licence: MIT license
Awesome Docker Compose files repository. Run a well-prepared applications stack with just a single command.

Projects that are alternatives of or similar to awesome-docker-compose

docker-cheat-sheet
📦 📝 Handy list of all docker commands with their description & usage examples prepared
Stars: ✭ 34 (+47.83%)
Mutual labels:  docker-containers
docktor
Health checking and security implementations for running Docker containers and images
Stars: ✭ 42 (+82.61%)
Mutual labels:  docker-containers
docker-dns
DNS server for your docker containers. Allowing you to access them with a domain name, without exposing ANY port. Allowing access from you linux, mac or windows browser!
Stars: ✭ 75 (+226.09%)
Mutual labels:  docker-containers
dbt-spotify-analytics
Containerized end-to-end analytics of Spotify data using Python, dbt, Postgres, and Metabase
Stars: ✭ 92 (+300%)
Mutual labels:  docker-containers
lando-boilerplates-for-joomla-wordpress-and-prestashop
My personal recipes for Lando - Docker containers. Battle-tested for Joomla, WordPress, and PrestaShop.
Stars: ✭ 23 (+0%)
Mutual labels:  docker-containers
kubernetes-starterkit
A launchpad for developers to learn Kubernetes from scratch and deployment of microservices on a kubernetes cluster.
Stars: ✭ 39 (+69.57%)
Mutual labels:  docker-containers
Swarmpit
Lightweight mobile-friendly Docker Swarm management UI
Stars: ✭ 2,255 (+9704.35%)
Mutual labels:  docker-containers
eshopzero
.Net Microservice Application
Stars: ✭ 27 (+17.39%)
Mutual labels:  docker-containers
vim-docker-tools
Toolkit for managing docker containers in vim.
Stars: ✭ 95 (+313.04%)
Mutual labels:  docker-containers
docker-gocd-agent
GoCD Agent Docker image
Stars: ✭ 46 (+100%)
Mutual labels:  docker-containers
now-course
Proyecto para el curso de Now.sh en Platzi
Stars: ✭ 19 (-17.39%)
Mutual labels:  docker-containers

Awesome Docker Compose

Twitter: iedmrc Awesome badge Made with love badge

This Awesome Docker Compose repository consists of useful docker-compose files. A well-prepared Docker stack can be run with just a single docker-compose up -d command thanks to the docker-compose files in this repository.

For now, there are some docker-compose files created by me but looking for contributors. See Contribution Guideline for more information.

Table of Contents

Run

Make sure you have Docker and Docker Compose installed on your local. Also don't forget to check compose file version matches with your Docker Compose and Docker versions.

After all, run the following command:

docker-compose up -d

Here -d runs the stack in the background. If you don't want to run all the containers but some, do the following:

docker-compose up -d service1 service2

Destroy

To stop and remove the stack just give the following:

docker-compose down

Author

👤 Ibrahim Ethem DEMIRCI

Twitter: @iedmrc | Github: @iedmrc | Patreon: @iedmrc

Ibrahim's open-source projects are supported by his Patreon. If you found this project helpful, any monetary contributions to the Patreon are appreciated and will be put to good creative use.

License

It is licensed under MIT License as found in the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].