Skip to content

Commit 53ba31e

Browse files
committed
Add instruction for starting postgres in docker
1 parent 875cb44 commit 53ba31e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

play/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ export ROLLING_SHUTTER_BOOTSTRAP_SIGNING_KEY=479968ffa5ee4c84514a477a8f15f3db041
1616
export ROLLING_SHUTTER_CHAIN_GENESIS_KEYPER=0x440Dc6F164e9241F04d282215ceF2780cd0B755e
1717
```
1818

19+
## prepare psql (via docker)
20+
21+
```
22+
docker run --rm -it -e POSTGRES_USER=$(whoami) -e POSTGRES_PASSWORD=password -e POSTGRES_DB=testdb -v /tmp:/tmp --net=host -v /tmp/projectdir:/home/circleci/project -v /tmp/datadir:/var/lib/postgresql/data cimg/postgres:13.9
23+
```
24+
1925
## keyper only test setup
2026

2127
1. bb init; bb chain

0 commit comments

Comments
 (0)