Add development friendlier config for redis

This commit is contained in:
2016-06-06 22:15:37 +01:00
parent b4b452b799
commit 539161766e
3 changed files with 1026 additions and 1 deletions

3
redis/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM redis
COPY redis.conf /usr/local/etc/redis/redis.conf
CMD redis-server /usr/local/etc/redis/redis.conf

View File

@@ -1,7 +1,7 @@
version: "2"
services:
redis:
image: redis
build: .
container_name: redis
restart: always
network_mode: bridge

1022
redis/redis.conf Normal file

File diff suppressed because it is too large Load Diff