1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

feat: add redis config to users compose

This commit is contained in:
Torsten Dittmann 2022-06-22 12:44:24 +02:00 committed by GitHub
parent 17360cd7bd
commit 6fd2113870
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -591,6 +591,11 @@ services:
container_name: appwrite-redis
<<: *x-logging
restart: unless-stopped
command: >
redis-server
--maxmemory 512mb
--maxmemory-policy allkeys-lru
--maxmemory-samples 5
networks:
- appwrite
volumes: