Skip to content

Commit

Permalink
add .env.docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeechey committed Oct 31, 2023
1 parent 5c331ad commit 8b0a4ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion telemetry/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ lerna-debug.log*

# .env files
.env
.env.docker

# influx data
influxdb/data
Expand Down
6 changes: 6 additions & 0 deletions telemetry/packages/server/.env.docker
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
INFLUX_URL=http://influxdb:8086
INFLUX_TOKEN=edinburgh
INFLUX_ORG=hyped
INFLUX_TELEMETRY_BUCKET=telemetry
INFLUX_FAULTS_BUCKET=faults
MQTT_BROKER_HOST=mosquitto
2 changes: 2 additions & 0 deletions telemetry/packages/ui/.env.docker
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SERVER_URL=http://localhost:3000
HOST='0.0.0.0'

0 comments on commit 8b0a4ad

Please sign in to comment.