markruys / gw2pvo

GoodWe to PVOutput
MIT License
45 stars 29 forks source link

docker compose #64

Open tomkooij opened 2 years ago

tomkooij commented 2 years ago

Thanks for gw2pvo. I just works!

I run pw2pvo in a docker container using docker compose. Personally I find this much easier to configure. (It's easy to make the container persistent, run upon system boot etc).

Shall I contribute my docker-compose.yaml as a PR?

in the meantime:

version: "3"
services:
   gw2pvo:
     build: .
     volumes:
       - ./gw2pvo.cfg:/gw2pvo.cfg
     restart: unless-stopped
elRadix commented 2 years ago

please do so, was looking for a compose version

tomkooij commented 2 years ago

Fixed in #65