Add recipe for luzrain/phprunner-bundle (#1601)

* Add recipe for luzrain/phprunner-bundle

* Change default port
This commit is contained in:
Anton Zenkov
2024-03-15 15:25:19 +01:00
committed by GitHub
parent bb846a62ae
commit 1673fc3b17
2 changed files with 20 additions and 0 deletions
@@ -0,0 +1,12 @@
phprunner:
servers:
-
name: Webserver
listen: http://0.0.0.0:8080
processes: 4
reload_strategy:
on_exception:
active: true
on_file_change:
active: true
@@ -0,0 +1,8 @@
{
"bundles": {
"Luzrain\\PhpRunnerBundle\\PhpRunnerBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}