forked from leftypol/leftypol
docker: add redis instance
This commit is contained in:
parent
5ee20431e2
commit
cbcd743649
3 changed files with 33 additions and 0 deletions
6
docker/redis/Dockerfile
Normal file
6
docker/redis/Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM redis:7.4-alpine
|
||||
|
||||
RUN mkdir -p /var/run/redis && chmod 777 /var/run/redis
|
||||
COPY ./docker/redis/redis.conf /etc/redis.conf
|
||||
|
||||
ENTRYPOINT [ "docker-entrypoint.sh", "/etc/redis.conf" ]
|
Loading…
Add table
Add a link
Reference in a new issue