Skip to content

Commit

Permalink
added docker topic on readme
Browse files Browse the repository at this point in the history
example of how to run
  • Loading branch information
Avelino committed Feb 2, 2017
1 parent a788d54 commit 0a1c7bc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Expand Up @@ -8,8 +8,26 @@
Serve a RESTful API from any PostgreSQL database

## Problem

There is the PostgREST written in haskell, keep a haskell software in production is not easy job, with this need that was born the pREST.

## Docker

https://hub.docker.com/r/nuveo/prest/

```
docker run -e PREST_HTTP_PORT=3000 \
-e PREST_PG_HOST=127.0.0.1 \
-e PREST_PG_USER=postgres \
-e PREST_PG_PASS=pass \
nuveo/prest:0.1
```

### Tags

- 0.1 (stable)
- lastest (developer)

## Install

go get github.com/nuveo/prest
Expand Down

0 comments on commit 0a1c7bc

Please sign in to comment.