Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gkampitakis/docker-local-stack

A repo containing docker compose for running locally various services
https://github.com/gkampitakis/docker-local-stack

docker docker-compose elasticsearch kafka mongodb postgresql

Last synced: about 1 month ago
JSON representation

A repo containing docker compose for running locally various services

Awesome Lists containing this project

README

        

# Docker Local Stack

## Description

Contains docker compose files for spinning up locally various services.
Those files can be combined together for creating more complex stacks.

## Contents

- [Elasticsearch](./elasticsearch/README.md)
- [Kafka and Zookeeper](./kafka/README.md)
- [Mongodb](./mongodb/README.md)
- [Postgres](./postgres/README.md)
- Rabbitmq tdb
- Redis tbd
- Scylla tbd

## Commands

Lint YAML files with `yamllint`

```bash
yamllint .
```