Add initial docker setup for pgsql, mq, redis

This commit is contained in:
Jan Dittberner 2018-11-19 21:36:34 +01:00
commit d231f90c90
11 changed files with 1923 additions and 0 deletions

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# gnuviechadmin docker
This repository contains a docker-compose setup for infrastructure required by
the gnuviechadmin tools.
## Build the docker images
To build the docker images required by the gnuviechadmin tools run:
```
docker-compose build
```