3
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2026-06-02 20:29:08 +10:00
parent 8b1ea22a39
commit 00bedf0417
1 changed files with 17 additions and 0 deletions

17
redis/docker-compose.yml Normal file
View File

@ -0,0 +1,17 @@
networks:
medicine-network:
external: true
services:
redis:
container_name: medicine-redis
image: redis:6
restart: "always"
command: redis-server --loglevel warning --maxmemory-policy allkeys-lru --maxclients 10000
networks:
- medicine-network
logging:
driver: "json-file"
options:
max-size: "5m"
max-file: "5"