Setting up youtrack in docker with nginx as reverse proxy
Hello,
I'm trying to setup youtrack on my debian server in a docker environment behind my nginx reverse proxy. I've followed the setup instructions for youtrack and reverse proxy configuration, but I still cannot get through the configuration wizzard.
I use the http tab (because nginx will handle the https part), but I set the Base URL to https://youtrack.myserver.com with the Application Listen Port to 443. I leave the Application listen Address to 0.0.0.0.
When I hit next I get the following error: “Base URL is Not Available”. and Inspect Window shows that /connections?wizardToken=TOKEN works fine, but /dynamic.ext?wizardToken=TOKEN failes with a 404.
So half the configuration seems to work just fine but part of it doesn't and I'm not sure anymore where else to look.
Do you have any hints for me?
Thank you very much!
Please sign in to leave a comment.
Hi LetzFlow,
It looks like overriding the
--hostname
parameter of the Docker container helped one of our users with a similar issue in the past. However, the infrastructure setup is generally outside of the YouTrack's scope, so I'm afraid there's not much we can recommend apart from what's mentioned in the docs.