mirror of
https://github.com/Sheldan/grafana-tools.git
synced 2026-04-25 05:15:57 +00:00
adding code and build files for grafana tools
This commit is contained in:
9
docker-compose.yaml
Normal file
9
docker-compose.yaml
Normal 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}
|
||||
Reference in New Issue
Block a user