feronera / compositions

Collection of useful services described in docker-compose files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compositions

A collection of useful containerized services with minimalistic configuration examples in Docker Compose format.

To launch and check out any of the services separately, use:

docker-compose -f X.yml up

Sometimes, you will need to use an interactive shell, like docker run -it. To attach stdin and tty:

docker-compose -f X.yml run X

Index:

  • MailHog - SMTP mock or recorder gateway
  • Minio - Your private S3 or caching layer for Amazon
  • Portainer - That missing UI for Docker
  • Ctop - Htop for Docker (needs interactive shell)
  • PostgreSQL - Everyone heard of this RDBMS
  • Kafka and KafDrop - A sample config for Kafka

About

Collection of useful services described in docker-compose files

License:The Unlicense