Self Host Revert
Spinning up Revert with docker-compose locally
The easiest way to start with self-hosted Revert is to run it via docker-compose:
The UI is now available at http://localhost:3000
and the backend is available at http://localhost:4001
. This also contains a Postgres database alongside the API.
Run Revert with your own database & redis
The above steps allow you to spin up a Postgres & Redis instance alongside the API and UI.
To use your own Postgres & Redis instance run the following set of commands: