-
Notifications
You must be signed in to change notification settings - Fork 87
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
Backend port mismatch #281
Comments
I run into the same problem @frafra. You actually need to install CLI to extract the database schema. Here the steps:
A note was showing but I missed it too... |
With docker install I get same error message |
I have published a gist with a working example including azimutt gateway to export postgres schema in docker compose. https://gist.github.com/rllola/973d6911bf6cdeefa9f16a4ec7fd400d It can be improved but it is working. I hope it will help @jmrenouard |
Hi, this is expected ;) Azimutt backend is listening to port 4000 but for privacy and networking reasons, it never access any customer database. @rllola do you think the gateway should be started by default in the Docker compose? Would make sense for easier trial (less to know at the beginning). |
That would be a nice touch. If people don't want to use it they can then comment it but it would show how to use it with the gateway or stop it via I can propose a PR to update the docker compose to include the gateway. |
Cool, your PR is welcome 👍 |
I am testing the docker compose using the current build. I have specify the gateway url like this : Unfortunately it is not working. It is still trying to reach Could it be that a modification lead to override the |
I think it might come from here : It seems to try first to reach |
Hi :)
I am running Azimutt locally using Docker Compose with the prebuilt image. Port 4000 is exposed, but when I try to add a schema from a database conection I get this error:
The text was updated successfully, but these errors were encountered: