Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 781 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 781 Bytes

RoLaGuard Community Edition

Postgres

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

How to use it locally

Build a docker image locally:

docker build -t rolaguard-postgres .