Skip to content

Commit

Permalink
use the experiemental upstream as it supports the new v7 auth for enp…
Browse files Browse the repository at this point in the history
…hase
  • Loading branch information
lukegiuliani committed Aug 3, 2023
1 parent 6513b7f commit c8fd1bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/enphasecollector-docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ services:
container_name: enphasecollector
hostname: 'enphasecollector'
restart: unless-stopped
image: dlmcpaul/enphasecollector-arm:latest
image: dlmcpaul/enphasecollector-arm:experimental
ports:
- 8080:8080
networks:
- back-tier
environment:
ENVOY_CONTROLLER_HOST: '{{ enphasecollector_host }}'
ENVOY_CONTROLLER_PORT: '443'
ENVOY_ENPHASEWEBUSER: '{{ enphasecollector_enphase_username }}'
ENVOY_ENPHASEWEBPASSWORD: '{{ enphasecollector_enphase_password }}'
{% if domain_name_enable and domain_name and domain_enphasecollector %}
Expand Down

0 comments on commit c8fd1bc

Please sign in to comment.