abysswarrior / docker-vault

A place to keep my docker-compose collections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Vault

A place to keep my docker-compose collections.

Pre-requirements

  • most of these docker containers use app-network network use this command to create it:
docker network create app-network 

List of Docker-Compose Files


PostgreSQL and PgAdmin

A collection of Database tools that i need for almost every django project

  • use a volume to persist data
  • use a app-network network to see other containers in DNS scoop
  • See yml file

Redis and Redisinsight

A set of useful redis DB and redisinsight web UI tools to work with redis

  • use a volume to persist data
  • use a app-network network to see other containers in DNS scoop
  • See yml file

RabbitMQ

Mostly used celery broker

About

A place to keep my docker-compose collections

License:MIT License