Merge branch 'feature/process-compose'
This commit is contained in:
commit
73f24e7132
1 changed files with 14 additions and 0 deletions
14
process-compose.yml
Normal file
14
process-compose.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
version: "1"
|
||||
|
||||
processes:
|
||||
backend:
|
||||
command: php -S 127.0.0.1:8000 -t backend/public/
|
||||
working_dir: .
|
||||
availability:
|
||||
restart: always
|
||||
|
||||
frontend:
|
||||
command: npm run dev
|
||||
working_dir: frontend/rabbi_gerzi
|
||||
availability:
|
||||
restart: always
|
||||
Loading…
Add table
Add a link
Reference in a new issue