This commit is contained in:
none
2023-05-30 15:16:15 +08:00
commit f91382f3c5
11 changed files with 2030 additions and 0 deletions

13
redis/Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
FROM redis:7.0.2
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
## For security settings uncomment, make the dir, copy conf, and also start with the conf, to use it
#RUN mkdir -p /usr/local/etc/redis
COPY redis.conf /usr/local/etc/redis/redis.conf
VOLUME /data
EXPOSE 6379
CMD ["redis-server", "/usr/local/etc/redis/redis.conf"]

1377
redis/redis.conf Normal file

File diff suppressed because it is too large Load Diff