Skip to content

Commit

Permalink
docker: attempt to move grafana and influx to containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Inessa Vasilevskaya committed Sep 23, 2017
1 parent d93f5e1 commit 04f379c
Show file tree
Hide file tree
Showing 3 changed files with 723 additions and 4 deletions.
12 changes: 8 additions & 4 deletions config.sample
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[telegram]
BOT_TOKEN=some_bot_token_here
BOT_FILE=telegram.users
PORT=9999
[default]
GRAFANA_AUTH_USER=admin
GRAFANA_AUTH_PASS=admin

[influx]
HOST=localhost
Expand All @@ -10,6 +9,11 @@ USER=influxdb
PASSWORD=somepassword
DBNAME=logger

[telegram]
BOT_TOKEN=some_bot_token_here
BOT_FILE=telegram.users
BOT_PORT=9999

[dht]
# 11 for dht11 or 22 for dht22
DHT_TYPE=11
Expand Down
Loading

0 comments on commit 04f379c

Please sign in to comment.