fix backend process compose

This commit is contained in:
Yisroel Baum 2026-05-18 22:13:29 +03:00
parent 383a8a0fbd
commit 883f83814c
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -12,8 +12,8 @@ processes:
period_seconds: 2
backend:
command: bash backend/bin/serve
working_dir: .
command: php artisan serve --host=127.0.0.1 --port=8000
working_dir: backend
depends_on:
postgres:
condition: process_healthy