Support for Redis DB Index / isolation for shared Redis

This commit is contained in:
ChrispyBacon-dev 2025-09-25 19:06:37 +02:00
parent 49e9e128a9
commit 85da990f3f
9 changed files with 29 additions and 45 deletions

View file

@ -30,7 +30,7 @@ services:
restart: "no"
dockflare:
image: alplat/dockflare:unstable
image: alplat/dockflare:stable
container_name: dockflare
restart: unless-stopped
ports:
@ -45,6 +45,7 @@ services:
- dockflare_data:/app/data
environment:
- REDIS_URL=redis://redis:6379/0
- REDIS_DB_INDEX=0 # Optional: specify Redis database index (0-15) for isolation from other containers
- DOCKER_HOST=tcp://docker-socket-proxy:2375
depends_on:
docker-socket-proxy: