Skip to content
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

Fix missing CVAT_BASE_URL env #5792

Merged
merged 2 commits into from
Mar 2, 2023
Merged

Fix missing CVAT_BASE_URL env #5792

merged 2 commits into from
Mar 2, 2023

Conversation

Marishka17
Copy link
Contributor

@Marishka17 Marishka17 commented Mar 1, 2023

Motivation and context

How has this been tested?

Checklist

  • I submit my changes into the develop branch
  • I have added a description of my changes into the CHANGELOG file
    - [ ] I have updated the documentation accordingly
    - [ ] I have added tests to cover my changes
    - [ ] I have linked related issues (see GitHub docs)
    - [ ] I have increased versions of npm packages if it is necessary
    (cvat-canvas,
    cvat-core,
    cvat-data and
    cvat-ui)

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.

@nmanovic nmanovic merged commit a313fd1 into develop Mar 2, 2023
@nmanovic nmanovic deleted the mk/fix_missing_env branch March 2, 2023 12:22
mikhail-treskin pushed a commit to retailnext/cvat that referenced this pull request Jul 1, 2023
@arshanskiyav
Copy link

arshanskiyav commented May 16, 2024

@Marishka17, how should I use this env?
export CVAT_HOST=my_domain.me

I added CVAT_BASE_URL: http://${CVAT_HOST:-localhost}:8080/new_cvat to my docker-compose.yml
and expect my cvat instance to be available at http://my_domain.me:8080/new_cvat/tasks?page=1 or http://localhost:8080/new_cvat/tasks?page=1
but the URL in the address bar has not changed (http://my_domain.me/tasks?page=1 )

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants