Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 1.94 KB

README.md

File metadata and controls

72 lines (53 loc) · 1.94 KB

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.