Add Dockerfile and docker-compose.yml for deployment

This commit is contained in:
achmad
2026-05-17 11:23:16 +07:00
parent 5f7ae71383
commit 8eef3bfffc
3 changed files with 34 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
tradingview-screener:
build: .
container_name: tradingview-screener-mcp
ports:
- "8000:8000"
env_file:
- .env
restart: unless-stopped