crawl4ai icon indicating copy to clipboard operation
crawl4ai copied to clipboard

When I start using Docker, where can I find all the environment variables and configurations that I can modify?

Open jitengfei opened this issue 1 year ago • 3 comments

I use the following commands to start:

docker pull unclecode/crawl4ai:latest

docker run -d -p 8000:80 unclecode/crawl4ai:latest

I need to know which configurations and environment variables I can set in this startup mode.

jitengfei avatar Oct 22 '24 05:10 jitengfei

We are working on the Docker file; hopefully, I will finalize Docker this weekend and then you can pull it and run it, so give me just a few days and you will have it.

unclecode avatar Oct 24 '24 11:10 unclecode

any news ?

achimrom avatar Oct 28 '24 09:10 achimrom

Almost is there.... doing my best to get it don in a few days (hope not like my "few days" in previous message ;) )

unclecode avatar Nov 04 '24 07:11 unclecode

Here's the docs for docker deployment. How to configure environment variables is outlined in this doc.

https://crawl4ai.com/mkdocs/core/docker-deploymeny/

aravindkarnam avatar Jan 21 '25 09:01 aravindkarnam