Update README.md

added running docker image section
This commit is contained in:
tesobe-daniel 2024-04-08 15:24:01 +02:00 committed by GitHub
parent 1c6120e0bc
commit e6a96a715f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,6 +108,13 @@ If you use Ubuntu (or a derivate) and encrypted home directories (e.g. you have
The current workaround is to move the project directory onto a different partition, e.g. under /opt/ .
## Running the docker image
Docker images of OBP API can be found on Dockerhub: https://hub.docker.com/r/openbankproject/obp-api - pull with `docker pull openbankproject/obp-api`
Props values can be set as environment variables. Props need to be prefixed with `OBP_`, `.` replaced with `_`, and all upper-case, e.g.:
`openid_connect.enabled=true` becomes `OBP_OPENID_CONNECT_ENABLED=true`
## Databases: