Add initial docker setup for pgsql, mq, redis
This commit is contained in:
commit
d231f90c90
11 changed files with 1923 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue