Docker Compose
Pre-Release Instructions
These instructions are not applicable while TCM is in pre-release. Please refer to here.
Benefits of Docker
For more info on the benefits of Docker, see here.
Below is a reference Docker compose snippet which can be modified to launch
TitleCardMaker via docker -compose up
. Lines which should be reviewed and
modified are highlighted.
-
Choose
:latest
or:develop
. For most users, I recommend the defaultlatest
branch. See here for details. -
Change
"/docker/titlecardmaker"
to your install directory and leave the/config/:rw
part as-is. -
Change this to your group ID. Likely the same GID as your Media Server or Sonarr container(s).
-
Change this yo your user ID. Likely the same GID as your Media Server or Sonarr container(s).
-
Change this to your timezone. See here in the TZ Identifier column for a reference list.
-
Uncomment these lines as needed if you want the TitlecardMaker container to be dependant upon these services (for a cleaner boot).