Skip to content

Commit

Permalink
example docker-compose.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
lux4rd0 authored Jul 9, 2021
1 parent c99b4d2 commit b48b4c8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
services:
sense-collector:
container_name: sense-collector
environment:
SENSE_COLLECTOR_DEBUG: "false"
SENSE_COLLECTOR_DEBUG_CURL: "false"
SENSE_COLLECTOR_HEALTHCHECK: "true"
SENSE_COLLECTOR_HOST_HOSTNAME: app02.tylephony.com
SENSE_COLLECTOR_INFLUXDB_PASSWORD: none
SENSE_COLLECTOR_INFLUXDB_URL: http://influxdb01.tylephony.com:8086/write?db=sense
SENSE_COLLECTOR_INFLUXDB_USERNAME: none
SENSE_COLLECTOR_MONITOR_ID: <<monitor_id>>
SENSE_COLLECTOR_TOKEN: <<token>>
TZ: America/Chicago
image: lux4rd0/sense-collector:latest
restart: always
version: '3.3'

0 comments on commit b48b4c8

Please sign in to comment.