mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-03-15 17:28:12 -04:00
update compose.yaml
This commit is contained in:
parent
0df00c6596
commit
8dc95f6b7a
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
build: .
|
image: ghcr.io/cedar2025/xboard:new
|
||||||
volumes:
|
volumes:
|
||||||
- ./.env:/www/
|
- ./.env:/www/
|
||||||
- redis-socket:/run/redis-socket
|
- redis-socket:/run/redis-socket
|
||||||
@ -14,7 +14,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 7001:7001
|
- 7001:7001
|
||||||
horizon:
|
horizon:
|
||||||
build: .
|
image: ghcr.io/cedar2025/xboard:new
|
||||||
volumes:
|
volumes:
|
||||||
- ./.env:/www/
|
- ./.env:/www/
|
||||||
- redis-socket:/run/redis-socket
|
- redis-socket:/run/redis-socket
|
||||||
|
Loading…
Reference in New Issue
Block a user