mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 05:18:33 +01:00
wip: docker deployments stub
This commit is contained in:
8
roles/docker-deployments/templates/grafana.yaml
Normal file
8
roles/docker-deployments/templates/grafana.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
grafana:
|
||||
ports:
|
||||
- 3000:3000
|
||||
image: grafana/grafana-oss
|
||||
volumes:
|
||||
- "/var/lib/grafana:/var/grafana"
|
||||
environment:
|
||||
GF_INSTALL_PLUGINS : "grafana-clock-panel,grafana-simple-json-datasource"
|
||||
Reference in New Issue
Block a user