closer to a full instrumentation stack
This commit is contained in:
11
inprep/applehealth-grafana/docker-compose.yml
Normal file
11
inprep/applehealth-grafana/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
influxdbV1:
|
||||
image: influxdb:1.8.4
|
||||
container_name: reachableceo-health-data
|
||||
ports:
|
||||
- "8086:8086"
|
||||
volumes:
|
||||
- reachableceo-health-data:/var/lib/influxdb
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
reachableceo-health-data:
|
Reference in New Issue
Block a user