new: Added a repo for Docker-Compose applications.

This commit is contained in:
Jan Jambor 2024-05-16 18:36:43 +02:00
parent 4b84fa43ef
commit 0601504385
4 changed files with 31 additions and 0 deletions

View file

@ -18,6 +18,9 @@ rectangle "Engineer Portal Structure" as Structure {
rectangle "infra-terraform-modulelibrary\n- Azure Modules\n- IaC consumer examples" as Terraform
rectangle "infra-ansible-...\n- ...adoconfiguration\n- ...developersetup\n- ...serverconfiguration" as Ansible
}
rectangle "Applications repositories" <<Applications>> {
rectangle "app-docker-compose\n- nextcloud\n- ..." as DockerCompose
}
rectangle "CI/CD repositories" <<CICD>> {
rectangle "cicd-pipeline-library\n- YAML Definitions\n- Build Configs" as CICD
}