will experiment more with this tomorrow, but i am close.

This commit is contained in:
2025-07-10 23:45:05 -05:00
parent 3d382abf06
commit de4bd831f4
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ logger.addHandler(handler)
app = Flask(__name__)
app.debug = True
client = InfluxDBClient(host='localhost', port=28086)
client = InfluxDBClient(host='localhost', port=20007)
client.create_database('db')
client.switch_database('db')

View File

@@ -11,7 +11,7 @@ services:
image: influxdb:1.8.4
container_name: reachableceo-health-data
ports:
- "28086:8086"
- "20007:8086"
volumes:
- reachableceo-health-data:/var/lib/influxdb
restart: unless-stopped