feat: add mcp-servers/**
This commit is contained in:
17
mcp-servers/dockerhub/.env.example
Normal file
17
mcp-servers/dockerhub/.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# Docker image version
|
||||
DOCKERHUB_MCP_VERSION=latest
|
||||
|
||||
# Host port override
|
||||
DOCKERHUB_MCP_PORT_OVERRIDE=8000
|
||||
|
||||
# Docker Hub username (optional, for authentication)
|
||||
DOCKERHUB_USERNAME=
|
||||
|
||||
# Docker Hub password (optional, for authentication)
|
||||
DOCKERHUB_PASSWORD=
|
||||
|
||||
# Docker Hub access token (recommended for authentication)
|
||||
DOCKERHUB_TOKEN=
|
||||
|
||||
# Timezone
|
||||
TZ=UTC
|
||||
Reference in New Issue
Block a user