mirror of
https://github.com/Sheldan/grafana-tools.git
synced 2026-01-01 15:08:49 +00:00
9 lines
274 B
YAML
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} |