All Projects → yeasy → Docker Compose Files

yeasy / Docker Compose Files

Some typical docker compose templates.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Docker Compose Files

Docker Compose Elasticsearch Kibana
Docker Compose for Elasticsearch and Kibana
Stars: ✭ 584 (-26.54%)
Mutual labels:  docker-compose
Filterlists
🛡 The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
Stars: ✭ 653 (-17.86%)
Mutual labels:  docker-compose
Vue Koa Demo
🔰A simple full stack demo(CSR & SSR & Docker Support) written by Vue2 & Koa2(Koa1 verson also completed)
Stars: ✭ 730 (-8.18%)
Mutual labels:  docker-compose
Build Blockchain Insurance App
Sample insurance application using Hyperledger Fabric
Stars: ✭ 609 (-23.4%)
Mutual labels:  docker-compose
Retro Board
Retrospective Board
Stars: ✭ 622 (-21.76%)
Mutual labels:  docker-compose
Orats
Opinionated rails application templates.
Stars: ✭ 681 (-14.34%)
Mutual labels:  docker-compose
Compose
Define and run multi-container applications with Docker
Stars: ✭ 24,462 (+2976.98%)
Mutual labels:  docker-compose
Kompose
Go from Docker Compose to Kubernetes
Stars: ✭ 7,348 (+824.28%)
Mutual labels:  docker-compose
Netbox Docker
🐳 Docker Image of NetBox
Stars: ✭ 628 (-21.01%)
Mutual labels:  docker-compose
Pitstop
This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.
Stars: ✭ 708 (-10.94%)
Mutual labels:  docker-compose
Docker4wordpress
Docker-based WordPress stack
Stars: ✭ 607 (-23.65%)
Mutual labels:  docker-compose
Clean Ts Api
API em NodeJs usando Typescript, TDD, Clean Architecture, Design Patterns e SOLID principles
Stars: ✭ 619 (-22.14%)
Mutual labels:  docker-compose
Bobarr
🍿 The all-in-one alternative for Sonarr, Radarr, Jackett... with a VPN and running in docker
Stars: ✭ 697 (-12.33%)
Mutual labels:  docker-compose
Vue Blog
A single-user blog built with vue2, koa2 and mongodb which supports Server-Side Rendering
Stars: ✭ 586 (-26.29%)
Mutual labels:  docker-compose
Nodock
Docker Compose for Node projects with Node, MySQL, Redis, MongoDB, NGINX, Apache2, Memcached, Certbot and RabbitMQ images
Stars: ✭ 734 (-7.67%)
Mutual labels:  docker-compose
Ansible Docker
Install / Configure Docker and Docker Compose using Ansible.
Stars: ✭ 577 (-27.42%)
Mutual labels:  docker-compose
Docker Handbook Projects
Project codes used in "The Docker Handbook"
Stars: ✭ 661 (-16.86%)
Mutual labels:  docker-compose
Docker Host
A docker sidecar container to forward all traffic to local docker host or any other host
Stars: ✭ 769 (-3.27%)
Mutual labels:  docker-compose
Dip
CLI gives the "native" interaction with applications configured with Docker Compose.
Stars: ✭ 737 (-7.3%)
Mutual labels:  docker-compose
Laravel Boilerplate
Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
Stars: ✭ 704 (-11.45%)
Mutual labels:  docker-compose

Docker Compose Files

Some typical docker compose examples.

If you're not familiar with Docker, can have a look at these books (in CN):

Install Docker&Docker Compose

$ curl -sSL https://get.docker.com/ | sh
$ sudo pip install docker-compose

Docker-compose Usage

See Docker Compose Documentation.

Examples files

consul-discovery

Using consul to make a service-discoverable architecture.

elk

ELK example.

elk_netflow

Elk cluster, with netflow support.

docker-compose scale es=3

haproxy_web

A simple haproxy and web applications cluster.

hyperledger_fabric

Quickly bootup a hyperledger fabric cluster with several validator nodes, without vagrant or any manual configuration.

Now we support from v0.6 to v1.0.x.

See hyperledger_fabric for more details.

kafka

Start a simple kafka service for testing.

mongo_cluster

Start 3 mongo instance to make a replica set.

mongo-elasticsearch

Start mongo (as cluster) and elasticsearch, use a mongo-connector to sync the data from mongo to elasticsearch.

mongo_webui

Start 1 mongo instance and a mongo-express web tool to watch it.

The mongo instance will store data into local /opt/data/mongo_home.

The web UI will listen on local 8081 port.

nginx_auth

Use nginx as a proxy with authentication for backend application.

packetbeat_ek

Demo the packetbeat, elasticsearch and kibana.

Some kibana dashboard config files are included.

To import them, after all containers startup, go inside the kibana container, and run

$ cd /kibana/beats-dashboards-1.0.1 && ./load.sh http://elasticsearch:9200

registry_mirror

docker registry mirror, with redis as the backend cache.

spark_cluster

Spark cluster with master and worker nodes.

docker-compose scale worker=2

Try submitting a test pi application using the spark-submit command.

/urs/local/spark/bin/spark-submit --master spark://master:7077 --class org.apache.spark.examples.SparkPi /usr/local/spark/lib/spark-examples-1.4.0-hadoop2.6.0.jar 1000
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].