Skip to content

Commit

Permalink
chore(repo): add docker compose instructions (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinsandilya committed Sep 11, 2023
1 parent debf460 commit 4d35cd0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SERVER_PORT=
PGSQL_URL=
SERVER_PORT=4001
PGSQL_URL=postgresql://postgres:password@localhost:5432/postgres
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,16 @@ This repo contains a set of packages under `@reverdotdev/` namespace such as:
The easiest way to start Revert is to run it via docker-compose:

```shell
# In the root directory run
docker-compose up
# 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
```

The UI is now available at http://localhost:3000 and the backend is available at http://localhost:4001.
Expand Down

1 comment on commit 4d35cd0

@vercel
Copy link

@vercel vercel bot commented on 4d35cd0 Sep 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

revert-client – ./

revert-client-git-main-revertdev.vercel.app
app.revert.dev
revert-client-revertdev.vercel.app

Please sign in to comment.