plex-cluster icon indicating copy to clipboard operation
plex-cluster copied to clipboard

some ideas with docker-compose

Open daxxi13 opened this issue 4 years ago • 3 comments

Hi, are you ok if :

  • plex-cluster-manager and plex-cluster-proxy are created by docker-compose ?
  • we change to 3 docker-compose file and one environment file (.env) ? - docker-compose-remote.yml - docker-compose-local.yml - docker-compose-plex.yml

daxxi13 avatar May 17 '20 00:05 daxxi13

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

daxxi13 avatar May 17 '20 00:05 daxxi13

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.

Fmstrat avatar Apr 03 '21 11:04 Fmstrat

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.

Falconx1000 avatar Apr 21 '21 20:04 Falconx1000