From 5383070d48666da76baca60e6903400ac41298d8 Mon Sep 17 00:00:00 2001 From: Piotr Dec Date: Sun, 15 Feb 2026 18:47:22 +0100 Subject: [PATCH] docs: tree in README --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ea85f6..b152e1d 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,25 @@ Instead of adopting Kubernetes with GitOps tooling (e.g., Argo CD) or alternativ ## 📋 Prerequisites -Application is distributed via Docker image, so only Docker and Docker Compose are required to be installed on the host -system. +- Docker and Docker Compose installed on the host +- YAMLs repository in proper format: +``` +. +|- compose/ +| |- some-service-1/ +| | `- docker-compose.yaml +| `- some-service-2/ +| `- docker-compose.yaml +|- config/ +| `- put-your-kdbx-here.kdbx +`- files/ + |- some-service-1/ + | |- service-1-file-1 + | `- service-1-file-2 + `- some-service-2/ + |- service-2-file-1 + `- service-2-file-2 +``` ## ⚙️ Configuration