I want to serve labelstudio under a different path in stead of the root URL.
I am using an AWS Load Balancer that has several other services and want to use /labelstudio/ as the root for label studio.
I tried to use something like setting env LABEL_STUDIO_BASE_URL=/labelstudio/
But that does not seem to work, since I am getting an error (Heidi’s down).
I see 404 error in the log as well.
Label studio is a DJANGO app, and I am using the docker version as part of a docker compose setup,.
How do I configure labelstudio to use a different root URL?