Self-hosted guide
Hello!
Is the guide at https://docs.novu.co/community/self-hosting-novu/deploy-with-docker still accurate for Novu 2.2.0?
Deploy with Docker | Novu Documentation
Learn how to deploy Novu with Docker
10 Replies
Yes,
Please read this doc also
https://docs.novu.co/community/self-hosting-novu/v0-to-v2-migration
if you are self hosting earlier version 0.24.7
I don't have previous versions - and I still have this error:
npx novu@latest init --secret-key=b46522336026df7c466b16d028acb0e8 --api-url=http://localhost:3000
√ What is your project named? ... my-novu-app
Failed to verify your secret key against http://localhost:3000. For EU instances use --api-url https://eu.api.novu.co or provide the correct secret key
I have set NOVU_SECRET_KEY & STORE_ENCRYPTION_KEY in ./docker/community/.env file
@Tanton, you just advanced to level 1!
v1
Thanks, Pawan! I noticed that the NOVU_SECRET_KEY shown in the Dashboard is different from the one I have set in the .env file. Do I need to set it in .env at all?
According to https://docs.novu.co/community/self-hosting-novu/deploy-with-docker I have to set up the Bridge application. Is it still accurate for Novu 2.x?
Deploy with Docker | Novu Documentation
Learn how to deploy Novu with Docker
And do I need to run at all: npx novu@latest dev -d http://localhost:4000 -p <bridge_application_port>
For 2.2.0, you don't need to run bridge application as workflows can be created from UI now