docs: tree in README

This commit is contained in:
Piotr Dec 2026-02-15 18:47:22 +01:00
parent eef60318d5
commit 5383070d48
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

View file

@ -40,8 +40,25 @@ Instead of adopting Kubernetes with GitOps tooling (e.g., Argo CD) or alternativ
## 📋 Prerequisites ## 📋 Prerequisites
Application is distributed via Docker image, so only Docker and Docker Compose are required to be installed on the host - Docker and Docker Compose installed on the host
system. - 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 ## ⚙️ Configuration