Skip to content

Commit

Permalink
Chore: Add docker-compose to root
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanbedi committed Oct 25, 2023
1 parent 5f9e0e5 commit 3f08556
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 3f08556

Please sign in to comment.