revertinc / revert

Revert makes it incredibly easy to build integrations with any third party API
https://revert.dev
GNU Affero General Public License v3.0
947 stars 74 forks source link

Unable to run revert with docker-compose locally #329

Closed SuveenE closed 1 year ago

SuveenE commented 1 year ago

Describe the bug Could not successfully run revert locally with the command docker-compose up -d. Please refer to the attached screenshot.

To Reproduce Steps to reproduce the behavior: 1.

# Get the code
git clone --depth 1 https://github.com/revertinc/revert

# Copy the example env file
cp .env.example .env

# Update this .env file with your own secrets

# Then In the root directory run
docker-compose up -d
  1. See error

Expected behavior Get revert running locally.

Screenshots image

Desktop (please complete the following information):

-Windows WSL2

SuveenE commented 1 year ago

This works with the latest version!