Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Fix missing SENEC_ variables in docker-compose
Browse files Browse the repository at this point in the history
Belongs to #48
  • Loading branch information
ledermann committed Jun 5, 2024
1 parent f967b09 commit bb43eaf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion guide/raspberry-pi/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,14 @@ services:
links:
- influxdb
environment:
- SENEC_ADAPTER
- SENEC_HOST
- SENEC_SCHEMA
- SENEC_INTERVAL
- SENEC_LANGUAGE
- SENEC_USERNAME
- SENEC_PASSWORD
- SENEC_SYSTEM_ID
- SENEC_INTERVAL
- INFLUX_HOST
- INFLUX_SCHEMA
- INFLUX_PORT
Expand Down
6 changes: 5 additions & 1 deletion guide/synology/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,14 @@ services:
links:
- influxdb
environment:
- SENEC_ADAPTER
- SENEC_HOST
- SENEC_SCHEMA
- SENEC_INTERVAL
- SENEC_LANGUAGE
- SENEC_USERNAME
- SENEC_PASSWORD
- SENEC_SYSTEM_ID
- SENEC_INTERVAL
- INFLUX_HOST
- INFLUX_SCHEMA
- INFLUX_PORT
Expand Down

0 comments on commit bb43eaf

Please sign in to comment.