[DOCKER][Redis] Add way to override Redis config. Default to only one database

This commit is contained in:
Hugo Sales 2021-09-20 15:42:43 +01:00
parent ce80065775
commit 15a87055a6
Signed by untrusted user: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
2 changed files with 1880 additions and 0 deletions

View File

@ -5,7 +5,10 @@ cat <<EOF
image: redis:alpine
restart: always
tty: false
volumes:
- ./docker/redis/redis.conf:/etc/redis/redis.conf
ports:
- 6379:6379
command: redis-server /etc/redis/redis.conf
EOF

1877
docker/redis/redis.conf Normal file

File diff suppressed because it is too large Load Diff