gw2pvo icon indicating copy to clipboard operation
gw2pvo copied to clipboard

docker compose

Open tomkooij opened this issue 2 years ago • 2 comments

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

tomkooij avatar May 25 '22 19:05 tomkooij

please do so, was looking for a compose version

elRadix avatar May 26 '22 08:05 elRadix

Fixed in #65

tomkooij avatar May 26 '22 13:05 tomkooij