mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-22 07:48:13 -05:00
update compose.sample.yaml
This commit is contained in:
parent
a56d6f4bf5
commit
30a140f2d8
@ -10,13 +10,13 @@ services:
|
|||||||
- redis
|
- redis
|
||||||
network_mode: host
|
network_mode: host
|
||||||
command: php artisan octane:start --port=7001 --host=0.0.0.0
|
command: php artisan octane:start --port=7001 --host=0.0.0.0
|
||||||
restart: on-failure
|
restart: always
|
||||||
horizon:
|
horizon:
|
||||||
image: ghcr.io/cedar2025/xboard:new
|
image: ghcr.io/cedar2025/xboard:new
|
||||||
volumes:
|
volumes:
|
||||||
- ./.docker/.data/redis/:/data/
|
- ./.docker/.data/redis/:/data/
|
||||||
- ./:/www/
|
- ./:/www/
|
||||||
restart: on-failure
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
command: php artisan horizon
|
command: php artisan horizon
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user