-
Notifications
You must be signed in to change notification settings - Fork 48
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
Search results not rendering any results #19
Comments
Reporting additional tests and results below. Please find docker-compose file below as well. Tested new VPN image: https://github.com/qdm12/gluetun Now I am able to access rapidbay! However, when I search, I see 200 response in rapidbay logs but I don't see any search results on rapidbay UI. Please help. docker-compose:
|
gave you tried curling inside the rapidbay container and calling that jackett endpoint? |
Thank you! That fixed my issue. Need to use the docker network assigned container IP, not host IP (10.0.1.30 as seen above). This got me wondering if there was a dynamic way to resolve for this IP perhaps using the container name, since docker randomly assign IPs to containers. However, I am unable to even curl using container name expectedly since jackett and rapidbay are not the same docker network. I wonder if there was a way to resolve IP address without hard coding it, which involves running the docker compose stack first then updating stack again with the docker assigned IP like we do with the jackett API key. In short, was hoping to find a way to do something like: JACKETT_HOST=http://jackett:9117 |
that's precisely what linking does |
Yes, I tried this, but it seems you cannot combine linking with network_mode: "service:gluetun". |
OK try network_mode: "host" on the jackett container, then you should be able to use your local ip address |
Hi i was struggling myself with getting it up and running. eventually i got it working with this Docker-compose file, you can add VPN if you want it: PS: Use this command in cmd to find ip adress of jackett container:
yml file
Hope this helps. |
what was wrong with the example one provided?
|
Having the same exact issue and tried using the ip of the network jackett container too. No luck |
Old topic but if this help someone still looking out. eg gluetune compose: rapid compose: environment: |
I am trying to use the docker-compose file given for VPS, but I am using a local server. See Docker-compose file below.
My modifications:
I have avoided the usage of Caddy as I do not want to use it outside my local network. I believe this is the only use for Caddy here.
I was able to retrieve the Jackett API key and paste it as env var for rapidbay.
I am using a custom docker image for arm using this image as base: hauxir/libtorrent-python3-ubuntu-arm64v8:latest. Docker Build was smooth and successful without any other modifications.
Logs of RapidBay:
docker-compose:
What URL should I visit to access rapidbay?
I understand all traffic is going through the nordvpn container (network_mode: "service:nordvpn"). So no ports are exposed for the rapidbay container itself but in Dockerfile I see EXPOSE 5000.
Please advice. I am also trying to understand the networking aspects here. Thanks!
If this is successful, I can create a PR for the arm build as well if you want.
The text was updated successfully, but these errors were encountered: