V2 Pro: Logging rotativo, Redis cache, Health Check de LibreTranslate y Rate Limiting en botones (#7)
This commit is contained in:
14
docker-compose-redis.yaml
Normal file
14
docker-compose-redis.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
redis-cache:
|
||||
image: redis:alpine
|
||||
container_name: redis-translation-cache
|
||||
restart: unless-stopped
|
||||
command: redis-server --appendonly yes --requirepass ${REDIS_PASSWORD:-translation_redis_secret}
|
||||
ports:
|
||||
- "6379:6379"
|
||||
volumes:
|
||||
- /media/DATOS/AppData/redis:/data
|
||||
mem_limit: 256m
|
||||
mem_reservation: 128m
|
||||
Reference in New Issue
Block a user