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 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