mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 18:48:14 -05:00
Update compose.yaml
This commit is contained in:
parent
7abbd00e6a
commit
96dce6192d
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: ghcr.io/cedar2025/xboard:new
|
image: ghcr.io/cedar2025/xboard:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./.docker/.data/redis/:/data/
|
- ./.docker/.data/redis/:/data/
|
||||||
- ./.env:/www/.env
|
- ./.env:/www/.env
|
||||||
@ -17,7 +17,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 7001:7001
|
- 7001:7001
|
||||||
horizon:
|
horizon:
|
||||||
image: ghcr.io/cedar2025/xboard:new
|
image: ghcr.io/cedar2025/xboard:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./.docker/.data/redis/:/data/
|
- ./.docker/.data/redis/:/data/
|
||||||
- ./.env:/www/.env
|
- ./.env:/www/.env
|
||||||
|
Loading…
Reference in New Issue
Block a user