Fix .env file for Influx v3 version of Docker compose file

This commit is contained in:
Göran Sander
2025-12-18 16:03:21 +01:00
parent b9dc4d888e
commit 127a191b96
2 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View File

@@ -60,4 +60,3 @@ build.cjs
butler-sos
src/config/production_vac.yaml
tmp/
docs/docker-compose/.env

View File

@@ -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