services: komodo-mcp: build: . container_name: komodo-mcp-dev env_file: - .env ports: - "8001:8000" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8000/health"] interval: 30s timeout: 10s retries: 3 start_period: 5s restart: unless-stopped