The databases store application data and authorization data in Postgres databases. The can be accessed via the REST API, and thus indirectly, the Web App. The database containers are only reachable within the Docker network.
Please follow the instruction of the deployment repository.
cd $EVIDENCE_DEPLOY
cat database/dbauth/demo/test-user.sql | docker exec -i evidence_dbauth psql -U evidence -d evidence
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request. You are asked to sign the CLA on your first pull request.