feat: add health check endpoints and metrics to MCP server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user