fix backend process compose
This commit is contained in:
parent
383a8a0fbd
commit
883f83814c
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ processes:
|
||||||
period_seconds: 2
|
period_seconds: 2
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
command: bash backend/bin/serve
|
command: php artisan serve --host=127.0.0.1 --port=8000
|
||||||
working_dir: .
|
working_dir: backend
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: process_healthy
|
condition: process_healthy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue