docs: tree in README
This commit is contained in:
parent
eef60318d5
commit
5383070d48
1 changed files with 19 additions and 2 deletions
21
README.md
21
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue