sierikov / dc-colllection

Collection of docker-compose files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Compose collection

Description

This repository contains a collection of docker-compose files and images for various applications that I use on a regular basis.

Usage

Clone the repository and run the following command:

docker-compose -f <compose-file> up -d

Where <compose-file> is the name of the compose file you want to use.

Structure

The collection is structured as follows:

  • cassandra folder contains a compose file for a cassandra database.
  • kafka folder contains a compose file kafka development environment.
  • ms-sql folder contains a compose file for a microsoft sql server database.
  • postgres folder contains a compose file for a postgres database.
  • redis folder contains a compose file for a redis database.
  • own folder contains custom docker images.

Other files in the root are unsorted and may be moved in the future.

Cassandra

Cassandra has only one variation cassandra-mini.yml - a minimalistic cassandra setup with a single node.

Kafka

Kafka has following variations:

Postgres

Postgres has following variations:

Redis

Redis has following variations:

Own

This folder contains custom docker images that I use for development:

About

Collection of docker-compose files


Languages

Language:Dockerfile 73.1%Language:TSQL 26.9%