Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am soelu on github.
  • I am soelu (https://keybase.io/soelu) on keybase.
  • I have a public key whose fingerprint is E913 882C DD4C 06C7 340F 2B8F 0DE7 9B27 CEA5 3330

To claim this, I am signing this object:

@soelu
soelu / docker-compose.yml
Last active February 20, 2017 14:36 — forked from zshamrock/docker-compose.yml
TICK services docker compose
version: '2'
networks:
# create a network to share between TICK services, so they can connect to each other by specifying influxdb network name
influxdb:
services:
telegraf:
image: telegraf:1.2.1
container_name: telegraf1.2.1