mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
23 lines
589 B
JSON
23 lines
589 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|