-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Run LabelStudio behind existing proxy #6767
Comments
Hello, Would you mind trying this these:
With:
This change tells Nginx to forward requests to the
Make sure the
Or check if the Label Studio service is accessible:
Thank you,
|
Describe the bug
I want to setup LabelStudio with my exisiting Docker stack.
I already do have a Nginx container running that serves all my containers on different subdomains.
My docker-compose file for LablStudio is:
My nginx.conf file for LabelStudio is:
Unfortunately I do get 502 Bad Gatway when I try to connec tin the browser and 1111 Connection refused to upstream server in my nginx container.
Do i have to set any other environment variables for lablstudio i am missing or do i have to change my nginx conf?
The text was updated successfully, but these errors were encountered: