some redif conf

This commit is contained in:
2022-03-08 11:59:40 +01:00
parent 90f7505d56
commit 442bd64a9b
5 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ server {
listen 80;
root /var/www/d9/web;
index index.html index.php;
server_name dev.eql;
server_name dev.eql.fr;
charset utf-8;
+3
View File
@@ -0,0 +1,3 @@
FROM redis:4
COPY redis.conf /usr/local/etc/redis/redis.conf
CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
+2
View File
@@ -0,0 +1,2 @@
maxmemory 1gb
maxmemory-policy allkeys-lru