How use both watch and sync command with Docker Compose? #1623
-
So far I have successfully added the sync and everything works between Plex and Trakt. However, I don't know how to proceed from here in regards to getting the watch command to work? Should I add it to the same container as the sync? My initial yaml script is like this:
I'm using a QNAP NAS with Container Station. Note: I'm completely new to docker, so please ELI5 the shit out of this. Thanks 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I found a solution here: #963 (comment) So my compose script ended looking up like this:
I changed config.yml to this:
As you might also note, QNAP container station YML validator is messed up, so it can't handle the Ofelia daemon scheduler. To circumvent this I added Please comment if you have any suggestions to improvements. |
Beta Was this translation helpful? Give feedback.
-
There is a maintained docker image available that does scrobble and cron based syncs all in one: This one (once a container is created) needs a single command run to go through the wizard and set up the authentication and then it does both watch/scrobble and cron based syncs. By default every 2 hours, but can be easily adjusted by editing a file in the config folder |
Beta Was this translation helpful? Give feedback.
There is a maintained docker image available that does scrobble and cron based syncs all in one:
https://github.com/linuxserver-labs/docker-plextraktsync
This one (once a container is created) needs a single command run to go through the wizard and set up the authentication and then it does both watch/scrobble and cron based syncs. By default every 2 hours, but can be easily adjusted by editing a file in the config folder