services: tradingview-screener: build: . container_name: tradingview-screener-mcp ports: - "8000:8000" env_file: - .env restart: unless-stopped