-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Adding MindsDB - WIP #3699
Adding MindsDB - WIP #3699
Conversation
v4.0.0-beta.351
@Skeyelab This is a service right so it is comparable to WordPress for example ofc for AI but it is not a Database like Redis or Postgres right? |
@peaklabs-dev - correct, this is more of a service. It acts like a front end to a user's existing DB |
@peaklabs-dev the issue I am having with this template is, everytime it is restarted, all your previous work is erased. I am:
I am also not sure how to best handle the ports. One port is for web access the other is an api port, but I am unsure how it is used by the app. |
Maybe change the volume mount to a volume instead of a bind mount (should not make a difference in losing data though) maybe a volume mount is missing? |
@peaklabs-dev - I had to add a postgres instance to hold the config data. However, I am a little unsure how to generate random user/pass for PG and use it in the connection string for the mindsDB instance. I am looking at these docs: https://docs.mindsdb.com/setup/environment-vars#mindsdb-configuration-storage |
Thank you for the PR 💜. I will fix it and send you a link to the commit so you know it next time. |
I fixed it in this commit: c087f22 some docs for magic envs: https://coolify.io/docs/knowledge-base/docker/compose#coolifys-magic-environment-variables |
Changes