spotify track prematching

This commit is contained in:
2026-02-02 12:24:30 -05:00
parent 2f91457e52
commit fc3a8134ca
6 changed files with 229 additions and 30 deletions

View File

@@ -6,12 +6,14 @@ services:
# Redis is only accessible internally - no external port exposure
expose:
- "6379"
command: redis-server --maxmemory 256mb --maxmemory-policy allkeys-lru
command: redis-server --maxmemory 1gb --maxmemory-policy allkeys-lru --save 60 1 --appendonly yes
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 10s
timeout: 3s
retries: 3
volumes:
- ${REDIS_DATA_PATH:-./redis-data}:/data
networks:
- allstarr-network