Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
add README comment about macOS compose fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lainio committed May 21, 2024
1 parent 857a195 commit be3b261
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/fullstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ even though it is possible to set one up using a common indy-plenum ledger.
anymore, `make clean` will remove all the generated data and allocated
resources.

**UPDATE:** because of PostgreSQL and docker-compose problems in macOS the
default `docker-compose.yml` file handles SQL db files as transient. To make
them persistent, *remove* following line from the compose file:
```shell
PGDATA: /var/lib/pg_data # <- remove me to keep vault files persistent
```

1. Build playground environment with CLI tool. It's usually
good idea to have some test data at the backend before UI development or
application logic itself. Now, when your whole stack is running thanks to
Expand Down

0 comments on commit be3b261

Please sign in to comment.