Fmstrat / plex-cluster

Synchronizes the watched and timeline status between any number of Plex servers all using standard Plex APIs.
53 stars 8 forks source link

some ideas with docker-compose #3

Open daxxi13 opened 4 years ago

daxxi13 commented 4 years ago

Hi, are you ok if :

daxxi13 commented 4 years ago

I'll try later to run it on Kubernetes and Docker Swarm

Fmstrat commented 3 years ago

I might be open to this, however I sometimes find it easier to read the docker-compose file than the ENV. And I'm not sure how you would do it with one? I also don't like the idea of Plex being separated out. If that's what you like to do in your own environment, of course, however it makes it a little harder for readers to see how things are set up.

Falconx1000 commented 3 years ago

Just my two cents, I think the proxy and plex being grouped makes the most sense. I deploy all of my services on kubernetes so I would just deploy the proxy and plex together anyway.

I think putting the manager it its own service might simplify all types of deployments, as you can just reuse the local deployment with a different name so that it is easily repeatable. This might help make troubleshooting easier as the manager is out on its own.