When I start using Docker, where can I find all the environment variables and configurations that I can modify?
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.
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.
any news ?
Almost is there.... doing my best to get it don in a few days (hope not like my "few days" in previous message ;) )
Here's the docs for docker deployment. How to configure environment variables is outlined in this doc.
https://crawl4ai.com/mkdocs/core/docker-deploymeny/