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

@ -26,6 +26,12 @@ The infrastructure repositories should contain all information about the infrast
- [infra-terraform-modulelibrary](https://xwr.visualstudio.com/jambor.pro/_git/infra-terraform-modulelibrary): We are maintaining Terraform modules which should ensure constant quality and improvement.
### Application repositories
The application repositories should contain all information about the applications we are providing.
- [app-docker-compose](https://xwr.visualstudio.com/jambor.pro/_git/app-docker-compose): We are maintaining Docker Compose files which contain the configuration for the applications we are providing.
### CI/CD repositories
The CI/CD repositories should contain all information about the CI/CD pipelines we are using.