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

About postgre database #829

Closed
synsis opened this issue Nov 8, 2019 · 2 comments
Closed

About postgre database #829

synsis opened this issue Nov 8, 2019 · 2 comments
Labels
question Further information is requested

Comments

@synsis
Copy link

synsis commented Nov 8, 2019

I am using this project now, and I want to link to the database directly, to find the data I need but not shown in the web, so what should I do to access to it?

@bsekachev bsekachev added the question Further information is requested label Nov 10, 2019
@bsekachev
Copy link
Member

@synsis

Here you can see how to connect to DB directly #640.
I will close this issue. Don't hesitate reopen it if you aren't satisfied with the answer.

@albert-hg
Copy link

albert-hg commented Jan 17, 2020

@synsis

You can set port binding and exposing in "docker-compose.yml" file as following:

services:
 cvat_db:
  ports:
   - "5432:5432"

and now, you can access to the database (localhost:5432) via pgadmin or others postgresql GUI tool.

Noting:
please restart images before you access to the database.

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

No branches or pull requests

3 participants