Skip to content

Commit

Permalink
Chore: Add docker-compose to root (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanbedi authored Oct 26, 2023
1 parent 5570bc5 commit 06835a2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: '3.0'

services:
grafana:
container_name: 'grafana-zabbix'
build:
context: ./.config
args:
grafana_version: ${GRAFANA_VERSION:-10.1.5}
ports:
- 3000:3000/tcp
volumes:
- ./dist:/var/lib/grafana/plugins/grafana-zabbix
- ./provisioning:/etc/grafana/provisioning

0 comments on commit 06835a2

Please sign in to comment.