Open rllola opened 2 months ago
[!IMPORTANT]
Review skipped
Draft detected.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Add the
gateway
service in the docker-compose.yml. The service allows to export schemas from your database locally by connecting to it. This is needed if you are selfhosting the service.This helps with https://github.com/azimuttapp/azimutt/issues/281
Unfortunately, the current azimutt behavior doesn't allow to run it without using
network: host
. There is a part of the code which seems to always takelocalhost:4177
as the url. See comment : https://github.com/azimuttapp/azimutt/issues/281#issuecomment-2301581892Leaving this as a draft for now as of today the docker compose process won't work as expected. But it should be easy to fix by changing a bit the logic and always follow configuration.