Skip to content

Commit

Permalink
#123 first upgrade InfluxDB to 1.5.3 and TSI
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Jun 7, 2018
1 parent 8a7450f commit 06876c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions services/influxdb/config/influxdb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ bind-address = ":8088"
[data]
dir = "/var/lib/influxdb/data"
wal-dir = "/var/lib/influxdb/wal"
index-version = "tsi1"
query-log-enabled = true
cache-max-memory-size = 1073741824
cache-snapshot-memory-size = 26214400
Expand Down
4 changes: 2 additions & 2 deletions services/influxdb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ version: '3.1'
services:

influxdb:
image: influxdb:1.4.2
# image: influxdb:1.4.2
image: influxdb:1.5.3

container_name: influxdb

Expand All @@ -26,7 +27,6 @@ services:

volumes:
- /var/smartem/data/influxdb:/var/lib/influxdb
- /var/smartem/log/influxdb:/var/log/influxdb
- ./config/influxdb.conf:/etc/influxdb/influxdb.conf:ro
- /var/smartem/backup/influxdb:/backup

Expand Down

0 comments on commit 06876c2

Please sign in to comment.