Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.
/ hosting Public archive

Commit 1f28c54

Browse files
committedJun 29, 2024
Use relative folders for volume storage
1 parent 5a47553 commit 1f28c54

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
 

‎guide/mqtt-evcc/.env

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,20 @@ INFLUX_TOKEN_WRITE=my-super-secret-admin-token
5555
INFLUX_TOKEN_READ=my-super-secret-admin-token
5656
#
5757
# Volume path for storing the Influx data
58-
INFLUX_VOLUME_PATH=/home/pi/solectrus/influxdb
58+
INFLUX_VOLUME_PATH=./influxdb
5959
#
6060
# Interval in seconds for polling the InfluxDB
6161
INFLUX_POLL_INTERVAL=5
6262

6363
##################################################################
6464
# REDIS settings
6565
#
66-
REDIS_VOLUME_PATH=/home/pi/solectrus/redis
66+
REDIS_VOLUME_PATH=./redis
6767

6868
##################################################################
6969
# PostgreSQL database settings
7070
#
71-
DB_VOLUME_PATH=/home/pi/solectrus/postgresql
71+
DB_VOLUME_PATH=./postgresql
7272

7373
##################################################################
7474
# MQTT Collector

‎guide/mqtt-iobroker/.env

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,20 @@ INFLUX_TOKEN_WRITE=my-super-secret-admin-token
5555
INFLUX_TOKEN_READ=my-super-secret-admin-token
5656
#
5757
# Volume path for storing the Influx data
58-
INFLUX_VOLUME_PATH=/home/pi/solectrus/influxdb
58+
INFLUX_VOLUME_PATH=./influxdb
5959
#
6060
# Interval in seconds for polling the InfluxDB
6161
INFLUX_POLL_INTERVAL=5
6262

6363
##################################################################
6464
# REDIS settings
6565
#
66-
REDIS_VOLUME_PATH=/home/pi/solectrus/redis
66+
REDIS_VOLUME_PATH=./redis
6767

6868
##################################################################
6969
# PostgreSQL database settings
7070
#
71-
DB_VOLUME_PATH=/home/pi/solectrus/postgresql
71+
DB_VOLUME_PATH=./postgresql
7272

7373
##################################################################
7474
# MQTT Collector

‎guide/raspberry-pi/.env

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,20 @@ INFLUX_TOKEN_WRITE=my-super-secret-admin-token
5555
INFLUX_TOKEN_READ=my-super-secret-admin-token
5656
#
5757
# Volume path for storing the Influx data
58-
INFLUX_VOLUME_PATH=/home/pi/solectrus/influxdb
58+
INFLUX_VOLUME_PATH=./influxdb
5959
#
6060
# Interval in seconds for polling the InfluxDB
6161
INFLUX_POLL_INTERVAL=5
6262

6363
##################################################################
6464
# REDIS settings
6565
#
66-
REDIS_VOLUME_PATH=/home/pi/solectrus/redis
66+
REDIS_VOLUME_PATH=./redis
6767

6868
##################################################################
6969
# PostgreSQL database settings
7070
#
71-
DB_VOLUME_PATH=/home/pi/solectrus/postgresql
71+
DB_VOLUME_PATH=./postgresql
7272

7373
##################################################################
7474
# SENEC Collector

0 commit comments

Comments
 (0)