mirror of
https://github.com/ChrispyBacon-dev/DockFlare.git
synced 2026-04-28 11:49:34 +00:00
Support for Redis DB Index / isolation for shared Redis
This commit is contained in:
parent
49e9e128a9
commit
85da990f3f
9 changed files with 29 additions and 45 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue