You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
323 B
15 lines
323 B
2 years ago
|
version: '3.0'
|
||
|
|
||
|
services:
|
||
|
grafana:
|
||
|
container_name: 'data-exporter'
|
||
|
build:
|
||
|
context: ./.config
|
||
|
args:
|
||
|
grafana_version: ${GRAFANA_VERSION:-9.1.2}
|
||
|
ports:
|
||
|
- 3000:3000/tcp
|
||
|
volumes:
|
||
|
- ./dist:/var/lib/grafana/plugins/data-exporter,
|
||
|
- ./provisioning:/etc/grafana/provisioning
|