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

https://github.com/romanow/docker-compose-examples

Services running with Docker Compose
https://github.com/romanow/docker-compose-examples

docker docker-compose elasticsearch-docker elk-docker postgres-docker

Last synced: 9 months ago
JSON representation

Services running with Docker Compose

Awesome Lists containing this project

README

          

[![CI](https://github.com/Romanow/docker-compose-examples/actions/workflows/build.yaml/badge.svg?branch=master)](https://github.com/Romanow/docker-compose-examples/actions/workflows/build.yaml)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![License](https://img.shields.io/github/license/Romanow/docker-compose-examples)](https://github.com/Romanow/docker-compose-examples/blob/master/LICENSE)

# Docker Compose examples

## Common services

* [Frontend](frontend/README.md)
* [Java](java/README.md)
* [Keycloak](keycloak/README.md)

## Storages

* [Postgres](postgres/README.md)
* [Patroni](mysql/README.md)
* [Mongo](mysql/README.md)
* [MySQL](mysql/README.md)
* [Redis](mysql/README.md)
* [Elastic](elastic/README.md)
* [Minio](minio/README.md)

## Queues

* [Kafka](kafka/README.md)
* [Artemis](artemis/README.md)

## Observability

* [Monitoring](monitoring/README.md)
* [Logging](logging/README.md)
* [Tracing](tracing/README.md)