Disabled persistency in Redis #214

Merged
bema merged 2 commits from bema/ref/remove_persistance into master 2023-05-30 15:27:17 +02:00
3 changed files with 2297 additions and 1 deletions
Showing only changes of commit 75ee72c1e7 - Show all commits

5
Redis/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM redis:latest
COPY ./redis.conf /etc/redis/redis.conf
EXPOSE 6379

2290
Redis/redis.conf Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -2,7 +2,8 @@ version: "3"
services:
redis:
image: 'redis'
container_name: xmltools-redis
build: ./Redis
restart: "no"
xmltools-frontend: