32 lines
632 B
Plaintext
32 lines
632 B
Plaintext
[Unit]
|
|
Description=Tautulli
|
|
Wants=plex.service
|
|
After=plex.service
|
|
After=local-fs.target
|
|
|
|
[Container]
|
|
Pod=tautulli.pod
|
|
Image=ghcr.io/tautulli/tautulli:latest
|
|
AutoUpdate=registry
|
|
ContainerName=tautulli
|
|
|
|
# Environment=PUID=
|
|
# Environment=PGID=
|
|
# Environment=TZ=
|
|
EnvironmentFile=/mnt/data/containers/tautulli/.env.tautulli
|
|
|
|
Volume=/mnt/data/containers/tautulli/config:/config:Z
|
|
|
|
Label=homepage.group=Misc.
|
|
Label=homepage.name=Tautulli
|
|
Label=homepage.icon=tautulli.png
|
|
Label=homepage.href=http://tautulli.forest:8181
|
|
Label=homepage.description="Plex Stats"
|
|
|
|
[Service]
|
|
Restart=always
|
|
TimeoutStartSec=90
|
|
|
|
[Install]
|
|
WantedBy=default.target
|