Skip to content

abysswarrior/docker-vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published