webdis draft

master
NatureFreshMilk 2019-07-29 09:04:09 +02:00
parent f046334504
commit 9ccad41947
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,9 @@
location /kv/ {
proxy_pass http://webdis:7379/;
proxy_buffering off;
proxy_http_version 1.1;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
access_log off;
}

View File

@ -158,6 +158,11 @@ services:
options:
max-size: 50m
webdis:
image: anapsix/webdis
restart: always
environment:
- LOCAL_REDIS=true
networks:
terminator: