kbialek / deye-inverter-mqtt

Reads Deye solar inverter metrics and posts them over MQTT
Apache License 2.0
230 stars 50 forks source link

Update docker-compose.yaml to support plugins #196

Closed mikaabra closed 2 months ago

mikaabra commented 2 months ago

This adds the volumes mount needed for plugins to work

Kolbi commented 2 months ago

Thank you, was already planning to do it. :)

Portainer Docker compose: `services: deye-mqtt: image: ghcr.io/kbialek/deye-inverter-mqtt env_file:

volumes: plugins:`

Is there any possibility to update the plugins with starting the docker container?