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

Adding MindsDB - WIP #3699

Merged
merged 6 commits into from
Oct 17, 2024
Merged

Adding MindsDB - WIP #3699

merged 6 commits into from
Oct 17, 2024

Conversation

Skeyelab
Copy link
Contributor

@Skeyelab Skeyelab commented Oct 3, 2024

Changes

@Skeyelab Skeyelab changed the title Adding MindsDB Adding MindsDB - WIP Oct 3, 2024
@peaklabs-dev
Copy link
Member

@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 peaklabs-dev added ⚙️ Service Issues requesting or PRs adding/fixing service templates. 💤 Waiting for feedback Issues awaiting a response from the author. labels Oct 10, 2024
@Skeyelab
Copy link
Contributor Author

@peaklabs-dev - correct, this is more of a service. It acts like a front end to a user's existing DB

@peaklabs-dev peaklabs-dev removed the 💤 Waiting for feedback Issues awaiting a response from the author. label Oct 15, 2024
@peaklabs-dev peaklabs-dev self-assigned this Oct 16, 2024
@Skeyelab
Copy link
Contributor Author

Skeyelab commented Oct 16, 2024

@peaklabs-dev the issue I am having with this template is, everytime it is restarted, all your previous work is erased.

I am:

  1. starting it up
  2. work thru one of the tutorials on the right re: home rental prices.
  3. restart the app
  4. boom, its all gone.

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.

@peaklabs-dev
Copy link
Member

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?

@Skeyelab
Copy link
Contributor Author

@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

@peaklabs-dev
Copy link
Member

Thank you for the PR 💜. I will fix it and send you a link to the commit so you know it next time.

@peaklabs-dev peaklabs-dev merged commit afd5b21 into coollabsio:next Oct 17, 2024
1 check passed
@github-actions github-actions bot removed the ⚙️ Service Issues requesting or PRs adding/fixing service templates. label Oct 17, 2024
@peaklabs-dev
Copy link
Member

I fixed it in this commit: c087f22 some docs for magic envs: https://coolify.io/docs/knowledge-base/docker/compose#coolifys-magic-environment-variables

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants