mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #70] [QUESTION] How do I run Whoogle behind Traefik? #46
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @blabberfondue on GitHub (May 23, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/70
I am trying to get Whoogle behind the Traefik Reverse Proxy, but unable to do so. The certificate has already been issued successfully.
Here are the labels I've specified for Whoogle:
@xaabi6 commented on GitHub (May 23, 2020):
Hey there, I'm using it with Traefik and it works flawlessly. I would recommend you leave it like this and see if it works, then it's like including things back and see when it fails:
BTW, could you post here your Whoogle and Traefik docker-compose.yml files so I can help you better?
@blabberfondue commented on GitHub (May 24, 2020):
I actually did try that initially, but it didn't work. Then I added the additional labels to see if that would help, but it didn't either.
Sure, here are the sections for Traefik and Whoogle from my Compose file. Thank you! :)
https://pastebin.com/Kzpk0H7g
@xaabi6 commented on GitHub (May 24, 2020):
I think that I know the problem, you need Whoogle to be in the same network as Traefik. Please try this pastebin code and see if it works: https://pastebin.com/vZxia12V
I have just added network and this label to your docker-compose:
@blabberfondue commented on GitHub (May 25, 2020):
That worked, thank you! 👍 🥇