Update README.md

This commit is contained in:
2025-02-26 15:25:39 +07:00
parent d6acf632e3
commit baf1723a50
69 changed files with 5525 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@ -0,0 +1,14 @@
version: '3'
services:
nomad-mcp:
build: .
ports:
- "8000:8000"
volumes:
- ./configs:/app/configs
env_file:
- .env
environment:
- CONFIG_DIR=/app/configs
restart: unless-stopped