adding code and build files for grafana tools

This commit is contained in:
Sheldan
2023-08-27 18:53:56 +02:00
parent 7bbe33bca4
commit 4fc43d1aa7
12 changed files with 180 additions and 0 deletions

9
docker-compose.yaml Normal file
View File

@@ -0,0 +1,9 @@
version: "3.7"
services:
dashboard_deployment:
build: dashboard-deployment
image: ${REGISTRY_PREFIX}grafana-dashboard-deployment:${VERSION:-latest}
user_deployment:
build: user-creation
image: ${REGISTRY_PREFIX}grafana-user-deployment:${VERSION:-latest}