From 4518fca72f2ebde6f421a20850c5827552a88be9 Mon Sep 17 00:00:00 2001 From: Thomas Stocker Date: Fri, 31 Oct 2025 10:07:42 +0100 Subject: [PATCH] chore: update postgres description Signed-off-by: Thomas Stocker --- docs/DOCKER_SERVICES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/DOCKER_SERVICES.md b/docs/DOCKER_SERVICES.md index 7d33cdd05..21ddd30d9 100644 --- a/docs/DOCKER_SERVICES.md +++ b/docs/DOCKER_SERVICES.md @@ -17,9 +17,9 @@ The development stack includes 10 services organized into the following categori **Image**: `postgres:17.4` **Port**: `5432` -**Purpose**: Primary database for storing all compliance data +**Purpose**: Database for storing all compliance data -PostgreSQL is the main relational database that stores: +PostgreSQL is the relational database that stores: - User accounts and organizations - Compliance frameworks and controls - Audit trails and evidence @@ -27,6 +27,8 @@ PostgreSQL is the main relational database that stores: - Risk assessments - Vendor information +(This list is not exhaustive and can be extended as the application grows.) + #### Configuration ```yaml