This repository contains just a Dockerfile pointing to the latest version of PostgresSQL for Alpine Linux (see postgres - Docker Official Images). At startup time, a ready to use postgres database will be created, based on configuration parameters given by enviroment variables and SQL scripts.
To access the main project with instructions to easily run the rolaguard locally visit the RoLaGuard repository. For contributions, please visit the CONTRIBUTIONS file
Build a docker image locally:
docker build -t rolaguard-postgres .