mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-02-04 10:13:31 +00:00
feat: add /v1/** api
This commit is contained in:
@@ -14,6 +14,10 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
- PORT=${PORT:-3001}
|
||||
image: ${DOCKER_REGISTRY:-docker.io}/local/mcp-template-python:${BUILD_VERSION:-latest}
|
||||
ports:
|
||||
- "3001:${PORT:-3001}"
|
||||
- "${EXPOSE_PORT:-3001}:${PORT:-3001}"
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
Reference in New Issue
Block a user