mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-13 03:58:13 -05:00
Update compose.yaml
This commit is contained in:
parent
0e929892e4
commit
785f3bd8ee
@ -7,6 +7,7 @@ services:
|
|||||||
- ./.docker/.data/:/www/.docker/.data
|
- ./.docker/.data/:/www/.docker/.data
|
||||||
- ./storage/logs:/www/storage/logs
|
- ./storage/logs:/www/storage/logs
|
||||||
- ./storage/theme:/www/storage/theme
|
- ./storage/theme:/www/storage/theme
|
||||||
|
- ./plugins:/www/plugins
|
||||||
environment:
|
environment:
|
||||||
- docker=true
|
- docker=true
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -23,6 +24,7 @@ services:
|
|||||||
- ./.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
|
||||||
|
- ./plugins:/www/plugins
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
# network_mode: host
|
# network_mode: host
|
||||||
command: php artisan horizon
|
command: php artisan horizon
|
||||||
|
Loading…
Reference in New Issue
Block a user