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!!
- RabbitMQ
- Mongodb with MongoExpress
- Redis with RedisInsight
- ElasticSearch and Kibana
- RavenDb
- Sql Server
- MySQL with Adminer
- Postgres with Adminer
- Nexus
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.