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
69c374ee17
commit
b35705731d
@ -5,6 +5,7 @@ services:
|
|||||||
- type: bind
|
- type: bind
|
||||||
source: ${PWD}/.env
|
source: ${PWD}/.env
|
||||||
target: /www/.env
|
target: /www/.env
|
||||||
|
- ./.docker/.data/:/www/.data
|
||||||
environment:
|
environment:
|
||||||
- docker=true
|
- docker=true
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -20,6 +21,7 @@ services:
|
|||||||
- type: bind
|
- type: bind
|
||||||
source: ${PWD}/.env
|
source: ${PWD}/.env
|
||||||
target: /www/.env
|
target: /www/.env
|
||||||
|
- ./.docker/.data/:/www/.data
|
||||||
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