Add ekreative/health-check-bundle

This commit is contained in:
Fred Cox
2019-10-22 11:17:33 +03:00
parent 9e03820521
commit 9bb5bd1050
3 changed files with 27 additions and 0 deletions
@@ -0,0 +1,2 @@
ekreative_health_check:
resource: '@EkreativeHealthCheckBundle/Resources/config/routes.xml'
@@ -0,0 +1,8 @@
{
"bundles": {
"Ekreative\\HealthCheckBundle\\EkreativeHealthCheckBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,17 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Next: EkreativeHealthCheckBundle Configuration </>
<bg=blue;fg=white> </>
* You can add more doctrine/redis connections to your config in <fg=green>config/packages/ekreative_health_check.yaml</>
*. Add healthcheck firewall to <fg=green>config/security.yaml</> file
<comment>
security:
firewalls:
healthcheck:
pattern: ^/healthcheck
security: false
</>
* <fg=blue>Read</> the documentation at <comment>https://github.com/ekreative/health-check-bundle</>