Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulla-ashurov committed Jun 29, 2023
1 parent 227fb80 commit c9132ec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,18 @@ Spinning up a Docker container from the [pre-built credential-service Docker ima
- `POSTGRES_USER`: Postgres database username using in Docker database service.
- `POSTGRES_PASSWORD`: Postgres database password using in Docker database service.
- `POSTGRES_MULTIPLE_DATABASES`: Postgres multiple databases, e.g.: `POSTGRES_MULTIPLE_DATABASES="app,logto"`.

- Add permission for running postgres initialization scripts inside Docker:

```bash
chmod +x docker/with-external-db/pg-init-scripts/create-multiple-postgresql-databases.sh
```

- Add permission for using SSL secret key inside Docker:

```bash
chmod 600 '<path/to/server.key>'
```

Run LogTo service:

Expand Down

0 comments on commit c9132ec

Please sign in to comment.