From f4a5ae70e8081d812e496500b4ecc53249902bd5 Mon Sep 17 00:00:00 2001 From: Simon Engmann Date: Tue, 30 Apr 2024 08:45:13 +0200 Subject: [PATCH] docs(sovity-daps): extend Docker Compose explainer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e96b5e8..a7ec200 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ sovity's implementation of the Dynamic Attribute Provisioning Service based on t ## Getting Started There is an example deployment using Docker Compose, which will automatically build everything on startup. +To use it, copy the file `.env.example` to `.env` +and assign a secure `POSTGRES_PASSWORD`. This setup uses PostgreSQL; however, any database supported by Keycloak can be used. The setup is configured for a local deployment using plaintext HTTP on port 8080.