feat: add signoz-mcp-server

This commit is contained in:
Sun-ZhenXing
2026-07-16 13:53:25 +08:00
parent 35404c3674
commit 0351b31cf6
43 changed files with 263 additions and 62 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ x-defaults: &defaults
services:
mysql:
<<: *defaults
image: ${GLOBAL_REGISTRY:-}mysql:${MYSQL_VERSION:-9.7.0}
image: ${GLOBAL_REGISTRY:-}mysql:${MYSQL_VERSION:-9.7.1}
ports:
- '${MYSQL_PORT_OVERRIDE:-3306}:3306'
volumes: