Skip to content

Commit

Permalink
[+] Updated TICK stack version
Browse files Browse the repository at this point in the history
  • Loading branch information
progress44 committed Oct 13, 2018
1 parent 6be0213 commit 7319dfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docker-compose-influx.yml
Expand Up @@ -18,16 +18,16 @@ services:
# Define an InfluxDB service
influxdb:
container_name: $COMPOSE_PROJECT_NAME.influxdb
image: influxdb:1.3-alpine
image: influxdb:1.5-alpine
restart: unless-stopped
volumes:
- influxdb_:/var/lib/influxdb
networks:
- tier_log
# Define a Chronograf service
chronograf:
image: ${REGISTRY}/chronograf:latest
container_name: $COMPOSE_PROJECT_NAME.chronograf
image: chronograf:1.3-alpine
image: chronograf:1.6-alpine
restart: unless-stopped
env_file:
- ./.env.chronograf
Expand All @@ -37,7 +37,7 @@ services:
# Define a Kapacitor service
kapacitor:
container_name: $COMPOSE_PROJECT_NAME.kapacitor
image: kapacitor:1.3-alpine
image: kapacitor:1.5-alpine
restart: unless-stopped
environment:
KAPACITOR_HOSTNAME: kapacitor
Expand Down
2 changes: 1 addition & 1 deletion images/telegraf/Dockerfile
@@ -1,3 +1,3 @@
FROM telegraf:1.3-alpine
FROM telegraf:1.6-alpine

COPY ./conf/telegraf.conf /etc/telegraf/telegraf.conf

0 comments on commit 7319dfc

Please sign in to comment.