feat: redis docker setup

pull/2/head
sundowndev 2020-04-11 16:26:29 +01:00
parent 5b9f89318c
commit 26aa136987
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
version: '3.7'
services:
redis:
container_name: gosearch_redis
image: redis:5.0.0-alpine
ports:
- 6379:6379
restart: on-failure