mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
22 lines
557 B
YAML
22 lines
557 B
YAML
services:
|
|
inspector:
|
|
image: ghcr.io/modelcontextprotocol/inspector:0.21.2
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:6274
|
|
- ${PANEL_APP_PORT_PROXY}:6277
|
|
environment:
|
|
- NODE_ENV=production
|
|
- ALLOWED_ORIGINS=${ALLOWED_ORIGINS}
|
|
- DANGEROUSLY_OMIT_AUTH=${DANGEROUSLY_OMIT_AUTH}
|
|
- MCP_PROXY_AUTH_TOKEN=${MCP_PROXY_AUTH_TOKEN}
|
|
- HOST=0.0.0.0
|
|
labels:
|
|
createdBy: Apps
|
|
networks:
|
|
1panel-network:
|
|
external: true
|