Skip to content

Commit

Permalink
feat(examples): bump victronenergy/venus-influx-loader from 1.1 to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mman committed Sep 13, 2024
1 parent e138163 commit d262194
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/docker-compose-ecs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
loader:
image: "victronenergy/venus-influx-loader:1.1"
image: "victronenergy/venus-influx-loader:1.2"
links:
- influxdb
volumes:
Expand Down Expand Up @@ -29,7 +29,7 @@ services:
awslogs-region: us-east-1
awslogs-stream-prefix: influxdb
grafana:
image: "victronenergy/venus-grafana:1.1"
image: "victronenergy/venus-grafana:1.2"
links:
- influxdb
- loader
Expand Down
6 changes: 3 additions & 3 deletions examples/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: '3.4'
services:
loader:
image: "victronenergy/venus-influx-loader:1.1"
image: "victronenergy/venus-influx-loader:1.2"
command: [ "bin/venus-influx-loader", "--enable-discovery-api" ]
ports:
- "8088:8088"
volumes:
- "config-storage:/config"
browser:
image: "victronenergy/venus-influx-loader:1.1"
image: "victronenergy/venus-influx-loader:1.2"
command: [ "bin/venus-upnp-browser", "--discovery-api", "http://localhost:8088/discovery-api/" ]
# `network_mode: host` is required for the `venus-upnp-browser` to access your host network
# and audo discover Venus devices.
Expand All @@ -22,7 +22,7 @@ services:
environment:
- INFLUXDB_HTTP_LOG_ENABLED=false
grafana:
image: "victronenergy/venus-grafana:1.1"
image: "victronenergy/venus-grafana:1.2"
volumes:
- "grafana-storage:/var/lib/grafana"
ports:
Expand Down

0 comments on commit d262194

Please sign in to comment.