apple health data will soon be out in the world...

This commit is contained in:
2025-07-10 23:42:11 -05:00
parent 9e98162d2d
commit 3d382abf06
12 changed files with 320 additions and 8 deletions

View File

@@ -1,9 +1,17 @@
services:
web:
build: .
ports:
- 2007:2007
depends_on:
- influxdbV1
volumes:
- .:/app
influxdbV1:
image: influxdb:1.8.4
container_name: reachableceo-health-data
ports:
- "8086:8086"
- "28086:8086"
volumes:
- reachableceo-health-data:/var/lib/influxdb
restart: unless-stopped