Files
grafana-tools/docker-compose.yaml
2023-08-27 18:53:56 +02:00

9 lines
274 B
YAML

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}