From 127a191b9601627b43b0e1eaa807bbac2eeabbe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Sander?= Date: Thu, 18 Dec 2025 16:03:21 +0100 Subject: [PATCH] Fix .env file for Influx v3 version of Docker compose file --- .gitignore | 1 - docs/docker-compose/{.env_influxdb_v3 => .env} | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) rename docs/docker-compose/{.env_influxdb_v3 => .env} (74%) diff --git a/.gitignore b/.gitignore index 4acd5cc..44f002d 100755 --- a/.gitignore +++ b/.gitignore @@ -60,4 +60,3 @@ build.cjs butler-sos src/config/production_vac.yaml tmp/ -docs/docker-compose/.env diff --git a/docs/docker-compose/.env_influxdb_v3 b/docs/docker-compose/.env similarity index 74% rename from docs/docker-compose/.env_influxdb_v3 rename to docs/docker-compose/.env index 8abf6de..9f7af83 100644 --- a/docs/docker-compose/.env_influxdb_v3 +++ b/docs/docker-compose/.env @@ -5,10 +5,8 @@ BUTLER_SOS_CONFIG_FILE=/production_influxdb_v3.yaml # File placed in ./config di # InfluxDB Configuration INFLUXDB_HTTP_PORT=8181 # for influxdb3 enterprise database, change this to port 8182 -INFLUXDB_HOST=influxdb3-core # for influxdb3 enterprise database, change this to "influxdb3-enterprise" INFLUXDB_TOKEN=apiv3_99RtQcbFuBYP_wO1fK5aHvIBQqOqOVRAV4cAqAJxm_gpQRUFIpQkONXWfG0cBt_1wOI21Dc2l5K2izMa3gW7mA -INFLUXDB_DATABASE=local_system # Your Database name -INFLUXDB_ORG=local_org +INFLUXDB_DATABASE=butler-sos # Your Database name INFLUXDB_NODE_ID=node0 # Grafana Configuration