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

11
docker-compose.yml Normal file
View file

@ -0,0 +1,11 @@
version: '3'
services:
pgsql:
image: gnuviech/pgsql:stretch
build: pgsql
redis:
image: gnuviech/redis:stretch
build: redis
mq:
image: gnuviech/mq:stretch
build: mq