Please fork this repository (or click the Use this template
button) before attempting to use it to deploy Veramo. This will allow you to maintain your agent and update it to the latest version as you wish.
If you want to use the "Deploy to Heroku" button, please make sure to update the link to point to your own fork of the repo.
The official Veramo Docker agent is built from this this source.
These are the default environment variables use in the production config.
Set this to your base app url. Your default web:did will be based on this when it gets created on first run. Be sure to replace APP_NAME
with the actual name of your app.
Used for authorization
Used for encrypting the database
The path where the agent will be accessible from, default to /agent
The path where the messaging will be accessible from, default to /messaging
The port to run the server on
The database connection string for Postgres
You will need to fork this repo, update the link, then click the button below and follow the Heroku deploy process:
Be sure to set the BASE_URL
correctly, with your App name replacing APP_NAME
in the URL.
You will be able to access your agent at https://your-app-name.herokuapp.com/agent
and you can find your OpenAPI Schema at https://your-app-name.herokuapp.com/open-api.json
.
You can find the required API Key through the Heroku project settings (Reveal Config Vars
).
The deployment will create a link between your forked repo and the Heroku instance. When you update your repo (e.g. updating the Veramo package version, changing your agent configuration), Heroku will automatically deploy
You will need to fork this repo and add the following key/value pair to the root of app.json
. You can then use the same deploy button as above or use the Heroku cli.
{
"stack": "container"
}
Coming soon
Coming soon
Follow the instructions on our docs page: Veramo.io Docs