[DOCKER] Add redis to the docker image

This commit is contained in:
Hugo Sales 2020-07-17 22:58:45 +00:00 committed by Hugo Sales
parent 09c2a762ef
commit 0615adbb51
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 7 additions and 0 deletions

View File

@ -77,5 +77,12 @@ services:
volumes:
- database:/var/lib/postgres/data
redis:
image: redis:alpine
restart: always
tty: false
ports:
- 6379:6379
volumes:
database: