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

📚 Docs Feedback: clarify how to run novu with Docker for development #4236

Closed
1 task done
collimarco opened this issue Sep 29, 2023 · 4 comments
Closed
1 task done
Labels

Comments

@collimarco
Copy link
Contributor

Duplicates

  • I have searched the existing issues

Related page

https://docs.novu.co/self-hosting-novu/deploy-with-docker

Kind of issue

Missing information

Issue description

I would like to start a dev environment for novu without having to configure everything as described here:

https://docs.novu.co/community/run-in-local-machine

The above guide does not use Docker compose and requires a local installation of all the dependencies (including the databases, services, etc)...

So I went here:

https://docs.novu.co/self-hosting-novu/deploy-with-docker

However this seems for production, it uses the novu images from the online container registry, not the local code.

Can you please provide a clear explanation about starting novu locally for development using Docker / Docker compose or similar?

Context 🔦

No response

@RahulMishra0722
Copy link

The changes are not being propagated when you make changes and shut down the containers and re build it right? @https://github.com/collimarco

@collimarco
Copy link
Contributor Author

collimarco commented Oct 27, 2023

@RahulMishra0722 I don't understand your question... I mean, the problem is that the guide is using the remote images and it's for deployment. I was looking for a solution that is local, for development, and can possibly read the new code without building everything for each small change (e.g. a docker image linked to the code in a local directory).

@RahulMishra0722
Copy link

This is what I did , I cloned the repo and the code ran just fine but when i made any changes it did not get updated and nothing changed even if you re build the containers i tried to re build it multiple times the changes just doesn't get propagated @collimarco

@jainpawan21
Copy link
Member

@RahulMishra0722

our docker images are for deployment
Please use nom run setup:project and then run individual services to run novu in local machine

@scopsy scopsy closed this as completed May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants