Multi-User docker-compose #997
Replies: 5 comments 12 replies
-
Hey I am just curious to know one thing before I dive into this section. I am completely new to this docker container thing and would like to know few answers to check whether it suits my need or not? So first of all, I have several users on my plex media server running on latest Ubuntu server. If I am going with this approach, do I need to create separate plex instances as well or just running this plextraktsync with their numbers would work for me? I am trying to automate everything I am doing with shell script and but I am not sure how containerisation will work and most importantly taking all these efforts worth the shot or not? I mean no offence this system is best but on my end whether it requires to be automated or just a manual check in would be fine is to be evauluated before I dive deeper in this project. |
Beta Was this translation helpful? Give feedback.
-
Hi, regards |
Beta Was this translation helpful? Give feedback.
-
With this compose, does that make each container run one after the other? Or will they all launch simultaneously every six hours? |
Beta Was this translation helpful? Give feedback.
-
Posting this little script here in case it helps anyone else #2049 |
Beta Was this translation helpful? Give feedback.
-
@Anon0511 how did you set the config for each user without logging in as each user? In other words what does your user config look like to only sync that plex user watch status to trakt |
Beta Was this translation helpful? Give feedback.
-
Here is a docker-compose for syncing multiple users, thus running multiple instances, in my case 21 users. I just trashed it together and don't guarantee it to be best practice. Maybe you want to provide it as an example docker-compose.yml in the Git Repo?
Have a nice day!
Beta Was this translation helpful? Give feedback.
All reactions