Skip to content

Commit

Permalink
add dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
viis committed Feb 16, 2019
1 parent 111d0d0 commit d2b5ee4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: '3'

services:
influxdb:
image: influxdb
volumes:
- ./vol:/var/lib/influxdb
ports:
- 8086:8086
env_file:
- influxdb.env

grafana:
image: grafana/grafana
ports:
- 8080:3000
3 changes: 3 additions & 0 deletions docker/influxdb.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
INFLUXDB_ADMIN_ENABLED=true
INFLUXDB_ADMIN_USER=thlogger
INFLUXDB_ADMIN_PASSWORD=

0 comments on commit d2b5ee4

Please sign in to comment.