This directory contains resources for setting up a local docker stack that provide mocks for infrastructure resources.
Start up reference services to emulate production infrastructure:
> docker-compose -f development-infra.yml up -dThis will start the following services:
- POSTGRES: Port:
15432, User:postgres, Password:*** - Redis: Port:
6379, User:redis, Password:*** - OPA: Port: 8181
Start ssh tunnels into the development infrastructure
> .\tools\tunnel.sh