mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
Add recipe for baldinof/roadrunner-bundle v1.2.0
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
baldinof_road_runner:
|
||||
# The kernel is preserved between requests. Change this to `true`
|
||||
# if you want to reboot it, and use a fresh container on each request.
|
||||
should_reboot_kernel: false
|
||||
|
||||
# Integrations are automatically detected, depending on installed bundle & current configuration
|
||||
# See https://github.com/baldinof/roadrunner-bundle#integrations
|
||||
default_integrations: true
|
||||
|
||||
# Allow to send prometheus metrics to the master RoadRunner process,
|
||||
# via a `Spiral\RoadRunner\MetricsInterface` service.
|
||||
# See https://github.com/baldinof/roadrunner-bundle#metrics
|
||||
metrics_enabled: false
|
||||
|
||||
# You can use middlewares to manipulate PSR requests & responses.
|
||||
# See https://github.com/baldinof/roadrunner-bundle#middlewares
|
||||
# middlewares:
|
||||
# - App\Middleware\YourMiddleware
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"copy-from-package": {
|
||||
".rr.yaml": ".rr.yaml",
|
||||
".rr.dev.yaml": ".rr.dev.yaml"
|
||||
},
|
||||
"bundles": {
|
||||
"Baldinof\\RoadRunnerBundle\\BaldinofRoadRunnerBundle": ["all"]
|
||||
},
|
||||
"gitignore": [
|
||||
"/bin/rr"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
<bg=blue;fg=white> </>
|
||||
<bg=blue;fg=white> What's next for RoadRunner Bundle </>
|
||||
<bg=blue;fg=white> </>
|
||||
|
||||
* <fg=blue>Download</> RoadRunner locally: <comment>vendor/bin/rr get --location bin/</>
|
||||
* <fg=blue>Run</> your application: <comment>bin/rr serve -c .rr.dev.yaml --debug</>
|
||||
* <fg=blue>For production, use: <comment>bin/rr serve</>
|
||||
* Visit http://localhost:8080
|
||||
Reference in New Issue
Block a user