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