da45415cfe
The Playwright MCP server binds to 127.0.0.1 by default, which makes it unreachable by Kubernetes liveness/readiness probes from the kubelet. Add --host 0.0.0.0 to bind to all interfaces. Fixes #42 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
7 lines
154 B
YAML
7 lines
154 B
YAML
apiVersion: v2
|
|
name: devcontainer
|
|
description: Dev Container with AI coding agents and MCP sidecars
|
|
type: application
|
|
version: 0.4.3
|
|
appVersion: "latest"
|