From 1e01f977cca04aa094cc3d22c270f73afc403c07 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Thu, 1 Apr 2021 17:54:02 +0200
Subject: [PATCH] Update README.md

---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index b51e7f1907..9f4a7be971 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,17 @@ For easy visualization use OpenAPI at:
 - [http://fda-container-managing-service/swagger-ui/](http://localhost:9091/swagger-ui/)
 - [http://fda-database-managing-service/swagger-ui/](http://localhost:9092/swagger-ui/)
 
+Local development minimum requirements:
+
+- Ubuntu 18.04 LTS
+- Apache Maven 3.0.0
+- OpenJDK 11.0.0
+
+Local deployment minimum versions:
+
+- Docker Engine 20.10.0
+- Docker Compose 1.28.0
+
 ## Deployment
 
 The pipeline is set-up to build and test all commits. A commit to dev or master branch triggers additional jobs.
-- 
GitLab