Terraform Configuration, Documentation, examples, and Docker Compose dev setup for the IdP-in-a-Box service.
- Edit /etc/hosts or equivalent to assign
pw-api.local
,pw-ui.local
, andssp.local
to 127.0.0.1. - Create
local.env
files in each of the subfolders there, using the existinglocal.env.dist
files as guides where applicable. cd docker-compose
./up
- open browser to
localhost:51052
The relevant service images are only supported at their latest major version number. At this time, the latest major versions are:
image | version |
---|---|
db-backup | 4 |
idp-id-broker | 8 |
idp-id-sync | 5 |
idp-pw-api | 7 |
ssp-base | 11 |