docker (firecrawl-api-container) debug
Hi guys, first time firecrawl user here. I just installed it using docker on my ubuntu ec2 instance. The
docker compose build
command ran without any issues and then i ran docker compose up -d
which gave me this output:
I ran curl http://localhost:3002/test
to check the status but i got this error: curl: (7) Failed to connect to localhost port 3002 after 0 ms: Couldn't connect to server
.
The container status was this: docker ps -a
It seems that the firecrawl-api container is dying even if i run the docker compose up -d command repeatedly. Can you guys please help me with this? I'd really appreciate it. Also please @ me if you're replying so that i can get notified. Thanks. 😄4 Replies
@codename-root could you please do
docker logs bafad8e70a36
and did you also tried restarting the server? also please ensure the .env
is correct.docker logs says this:
the
.env
file is a copy of the apps/api/.env.example
file.
i'll reboot the server now.
@Gaurav Chadha I restarted my machine and ran docker compose up -d
. Logs show this error:
i'm running a t3.small EC2 instance. I guess this is too weak to run this and i have to spin up a bigger instance?yeah, that’s not enough - you should be looking at 4c/4gb ideally