Excluding some services #55
Answered
by
Luctia
ngcheeyuan
asked this question in
Q&A
|
Hi, may I know if I can exclude some of the services within the docker-compose.yml if I already have them on my system? e.g. I already have qbit and jellyfin running on my server. Or do I need to have a fresh install? |
Answered by
Luctia
Sep 7, 2024
Replies: 1 comment 1 reply
|
You don't need to create new services, but in this case you should ensure that the different services have access to the existing files. For example, for sonarr, you should make sure that sonarr and jellyfin use the same directory for series. This might also take some effort due to permissions, but if you're comfortable with that, it should be no problem. |
1 reply
Answer selected by
Luctia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don't need to create new services, but in this case you should ensure that the different services have access to the existing files. For example, for sonarr, you should make sure that sonarr and jellyfin use the same directory for series. This might also take some effort due to permissions, but if you're comfortable with that, it should be no problem.