fix: Replace local Redis volume with named volume
This commit is contained in:
+3
-3
@@ -2,7 +2,7 @@ services:
|
|||||||
web:
|
web:
|
||||||
image: ghcr.io/cedar2025/xboard:new
|
image: ghcr.io/cedar2025/xboard:new
|
||||||
volumes:
|
volumes:
|
||||||
- ./.docker/.data/redis/:/data/
|
- redis-data:/data
|
||||||
- ./.env:/www/.env
|
- ./.env:/www/.env
|
||||||
- ./.docker/.data/:/www/.docker/.data
|
- ./.docker/.data/:/www/.docker/.data
|
||||||
- ./storage/logs:/www/storage/logs
|
- ./storage/logs:/www/storage/logs
|
||||||
@@ -20,7 +20,7 @@ services:
|
|||||||
horizon:
|
horizon:
|
||||||
image: ghcr.io/cedar2025/xboard:new
|
image: ghcr.io/cedar2025/xboard:new
|
||||||
volumes:
|
volumes:
|
||||||
- ./.docker/.data/redis/:/data/
|
- redis-data:/data
|
||||||
- ./.env:/www/.env
|
- ./.env:/www/.env
|
||||||
- ./.docker/.data/:/www/.docker/.data
|
- ./.docker/.data/:/www/.docker/.data
|
||||||
- ./storage/logs:/www/storage/logs
|
- ./storage/logs:/www/storage/logs
|
||||||
@@ -33,7 +33,7 @@ services:
|
|||||||
ws-server:
|
ws-server:
|
||||||
image: ghcr.io/cedar2025/xboard:new
|
image: ghcr.io/cedar2025/xboard:new
|
||||||
volumes:
|
volumes:
|
||||||
- ./.docker/.data/redis/:/data/
|
- redis-data:/data
|
||||||
- ./.env:/www/.env
|
- ./.env:/www/.env
|
||||||
- ./.docker/.data/:/www/.docker/.data
|
- ./.docker/.data/:/www/.docker/.data
|
||||||
- ./storage/logs:/www/storage/logs
|
- ./storage/logs:/www/storage/logs
|
||||||
|
|||||||
Reference in New Issue
Block a user