feat: add health check endpoints and metrics to MCP server

This commit is contained in:
2026-03-28 21:54:19 +00:00
parent 482657492d
commit 1fd2865c89
3 changed files with 72 additions and 4 deletions

View File

@@ -2,10 +2,7 @@ services:
nike:
build: .
ports:
- "${NIKE_PORT:-8000}:8000"
- "${NIKE_PORT}:8000"
env_file:
- .env
environment:
NIKE_HOST: "0.0.0.0"
NIKE_PORT: "8000"
restart: unless-stopped