Loading request...
The user requests a Docker file and Docker Compose setup to simplify running CursorLens. Currently, it requires manual setup of Postgres and ngrok alongside the Next.js app. A Docker Compose solution would streamline deployment, making it easier to get started and potentially resolve issues with ngrok's free plan generating new links frequently.
At the moment running it is not easy. You need: - Postgres - ngrok running beside your Nextjs app. Ideally with one `docker compose up` everything will be set for you and the link will always be same, so no need to change Cursor's setting everytime using `ngrok` (as in Free plan, you'll get a new link each time creating a tunnel).