Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
A repo containing docker compose for running locally various services
- Host: GitHub
- URL: https://github.com/gkampitakis/docker-local-stack
- Owner: gkampitakis
- Created: 2021-08-17T08:03:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T14:15:37.000Z (6 months ago)
- Last Synced: 2024-05-12T18:13:20.452Z (6 months ago)
- Topics: docker, docker-compose, elasticsearch, kafka, mongodb, postgresql
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 .
```