yanjustino / docker-composers

This is where we can save our docker composers to use when we want

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker composers

RUN YOUR SERVICES ON LOCALHOST WITH JUST Docker and Docker-Compose

You can use this composers to help your daily developement with your services on localhost without needing to install it!!

Composers List

Applications

RabbitMQ

rabbitmq help-rabbitmq

Mongodb with Mongo-Express

mongodb help-mongo

Redis with RedisInsight

rediswithinsight help-redis

ElasticSearch and Kibana

elastickibana help-elastickibana

RavenDb

ravenDb help-raven

Sql Server

sqlserver help-sqlserver

Postgres with Adminer

psqlandadminer help-psql

MySQL with Adminer

mysqlandadminer help-mysql

Nexus

nexus help-nexus

Contribute

Fell free to contribute just forking this repository and sending a pull request with a docker compose from any application to help us to developer.

You must create a folder with this structure:

FolderAppName
├── appname-docker-compose.yml
├── README.md
├── appName.png

You can see the Nexus folder to get an example.

There's a help-Template.md to help you when you go to write about the app.

About

This is where we can save our docker composers to use when we want

License:MIT License