Problems setting up Wanderer with Traefik #410
Replies: 1 comment
-
|
The solution was to remove the quotes around all my environment variables, then the array syntax would also work. Wanderer was probably the first service I used that does not strip them away automatically if not needed. Since my problem is therefore already solved I am closing this discussion as a monologue but keep it online if someone else comes across the same problem ^^ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I was just trying to set up Wanderer on my server (Raspberry Pi 3) with Docker behind a Traefik Reverse Proxy. I also run a couple of services like Tandoor, my personal website or Wallabag behind it perfectly fine.
But when trying to set up Wanderer with a config pretty close to the default one provided in the docs, slightly modified to allow for Portainer's
stack.envand to integrate with Traefik, I only get a400 Bad Requestwhen trying to accesshttps://wanderer.christian-koch.eu.This is my Docker compose file:
The Traefik labels are the same as with my other services with a modified URL, port and router/service name.
I already opened a shell in my Traefik container, installed
curland curled<LOCAL_CONTAINER_IP>:<PORT>for another docker service which gives me a200but curling<LOCAL_CONTAINER_IP>:3000for the Wanderer container also gives me the "400". But the logs of the Wanderer web server just say "Listening on 0.0.0.0:3000".The only thing strange I could notice is this line repeating all over in Wanderer's database container but it looked unrelated to me:
meta: (appUrl: must be a valid URL.)..It probably is a pretty trivial problem that I just do not see after looking at the config for 2 hours straight? Thank you in advance for your help :)
Beta Was this translation helpful? Give feedback.
All reactions