mcp server
This commit is contained in:
21
mcp-server/docker-compose.yml
Normal file
21
mcp-server/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
doris-mcp-server:
|
||||||
|
image: doris-mcp-server:latest
|
||||||
|
container_name: doris-mcp-server
|
||||||
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
environment:
|
||||||
|
# Database configuration
|
||||||
|
- DORIS_HOST=localhost
|
||||||
|
- DORIS_PORT=9030
|
||||||
|
- DORIS_USER=admin
|
||||||
|
- DORIS_PASSWORD=
|
||||||
|
- DORIS_DATABASE=test
|
||||||
|
# Logging configuration
|
||||||
|
- LOG_LEVEL=INFO
|
||||||
|
- LOG_FILE_PATH=/app/logs/doris-mcp-server.log
|
||||||
|
volumes:
|
||||||
|
#- "/home/tscnlich/doris_mcp/config.env:/app/.env"
|
||||||
|
- "/home/tscnlich/doris_mcp/logs:/app/logs:rw"
|
||||||
Reference in New Issue
Block a user