mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
add corytech/php-monitoring reciepe (#1598)
* add corytech/php-monitoring * fix statsd-exporter ports
This commit is contained in:
22
corytech/php-monitoring/1.0/manifest.json
Normal file
22
corytech/php-monitoring/1.0/manifest.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Corytech\\Monitoring\\CorytechMonitoringBundle": ["all"]
|
||||
},
|
||||
"env": {
|
||||
"STATSD_HOST": "statsd_exporter",
|
||||
"STATSD_PORT": "9125",
|
||||
"STATSD_NAMESPACE": ""
|
||||
},
|
||||
"docker-compose": {
|
||||
"docker-compose.yml": {
|
||||
"services": [
|
||||
"statsd_exporter:",
|
||||
" image: prom/statsd-exporter:v0.26.0",
|
||||
" profiles:",
|
||||
" - monitoring",
|
||||
" ports:",
|
||||
" - ${STATSD_EXPORTER_WEB_MACHINE_PORT:-9102}:9102"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user