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

@@ -4,7 +4,7 @@ services:
image: ghcr.io/majorpeter/atomic-tracker:latest
container_name: reachableceo-atomichabits
ports:
- "2008:8080"
- "2005:8080"
volumes:
- tsys-atomichabits:/config
restart: always

View File

@@ -38,22 +38,22 @@
{
"name": "Reactive Resume",
"category": "",
"url": "http://CharlesDevServer.knel.net:2007",
"url": "http://CharlesDevServer.knel.net:2003",
},
{
"name": "Atomic Habits",
"category": "",
"url": "http://CharlesDevServer.knel.net:2008"
"url": "http://CharlesDevServer.knel.net:2005"
},
{
"name": "Cleanslate",
"category": "",
"url": "http://CharlesDevServer.knel.net:2010"
"url": "http://CharlesDevServer.knel.net:2006"
},
{
"name": "Apple Health Exporter",
"category": "",
"url": "http://CharlesDevServer.knel.net:4000",
"url": "http://CharlesDevServer.knel.net:2007",
},
],
"notes": [

View File

@@ -52,7 +52,7 @@ services:
container_name: tsys-reactiveresume-app
restart: unless-stopped
ports:
- "2007:3000"
- "2003:3000"
depends_on:
- reactiveresume-postgres
- reactiveresume-minio