-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The web-general docker image in crashloop #16
Comments
FYI: This is on Ubuntu 24.04 host. I'll try again on Ubuntu 20.04 to see if I can get a different outcome. |
yes I have forked it and made some changes, even I built some of its docker images but I still have problem with web general. |
Same outcome on Ubuntu 20.04. Hopefully there's help around the corner... |
@Gharib110 Thanks for your forked repo! Helped me build the images successfully. I am also hitting the same error as well as db connection timeouts, do you as well ?
|
@Gharib110 Seems that I fixed the web-general container crash loop by modifying the requirements.txt in web-general and setting a specific version. I just tried 21.4.0 with wich I did not encounter any crash since. -attrs
+attrs==21.4.0 Just still having issues with the db connect, trying from inside a container to db works just fine. |
Thanks for your fixing that. Yes I could not connect to the database too. I will try to fix it. |
To get the
docker compose build
to complete successfully, I had to remove version numbers for the following packages:Additionally, after running
docker compose up
, thedarkweb-search-engine-web-general
container enters a crash loop.Web General Container Crash Log
EDIT: Removed duplicate crash log messages.
The text was updated successfully, but these errors were encountered: