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
8dc95f6b7a
commit
bb3474f4fa
@ -2,7 +2,9 @@ services:
|
|||||||
web:
|
web:
|
||||||
image: ghcr.io/cedar2025/xboard:new
|
image: ghcr.io/cedar2025/xboard:new
|
||||||
volumes:
|
volumes:
|
||||||
- ./.env:/www/
|
- type: bind
|
||||||
|
source: ${PWD}/.env
|
||||||
|
target: /www/.env
|
||||||
- redis-socket:/run/redis-socket
|
- redis-socket:/run/redis-socket
|
||||||
environment:
|
environment:
|
||||||
- docker=true
|
- docker=true
|
||||||
@ -16,7 +18,9 @@ services:
|
|||||||
horizon:
|
horizon:
|
||||||
image: ghcr.io/cedar2025/xboard:new
|
image: ghcr.io/cedar2025/xboard:new
|
||||||
volumes:
|
volumes:
|
||||||
- ./.env:/www/
|
- type: bind
|
||||||
|
source: ${PWD}/.env
|
||||||
|
target: /www/.env
|
||||||
- redis-socket:/run/redis-socket
|
- redis-socket:/run/redis-socket
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
# network_mode: host
|
# network_mode: host
|
||||||
|
Loading…
Reference in New Issue
Block a user