-
Notifications
You must be signed in to change notification settings - Fork 7
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
Allow connections via databases.conf #8
Comments
Could you elaborate a bit more? What is your use case? What problem would this intend to solve? |
|
you can mount databases.conf (firebird.conf, udf libraries directories) as volumes |
Well, that should be possible. See https://github.com/jacobalberty/firebird-docker |
So when you mount databases.conf as suggested you should be able to connect to databases as defined in the file instead of using full container path |
I am still uncertain about the potential benefits this offers, aside from adding boilerplate code to do something already solved by Docker. To use database aliases, you may create your own Why the image |
Currently it is required to build the connection url with the full file path.
It would be nice to register databases in databases.conf
The text was updated successfully, but these errors were encountered: