32 lines
667 B
Plaintext
32 lines
667 B
Plaintext
[Unit]
|
|
Description=Auto profiles for sonarr/radarr
|
|
|
|
[Container]
|
|
Pod=servarr.pod
|
|
ContainerName=profilarr
|
|
|
|
Image=docker.io/santiagosayshey/profilarr:latest
|
|
AutoUpdate=registry
|
|
|
|
# Network=container:gluetun
|
|
|
|
# Environment=PUID=
|
|
# Environment=PGID=
|
|
# Environment=TZ=
|
|
EnvironmentFile=/mnt/data/containers/servarr/profilarr/.env.profilarr
|
|
|
|
Volume=/mnt/data/containers/servarr/profilarr/config:/config:Z
|
|
|
|
Label=homepage.group=Arr
|
|
Label=homepage.name=Profilarr
|
|
Label=homepage.icon=profilarr.png
|
|
Label=homepage.href=http://profilerr.forest
|
|
Label=homepage.description="Media profiles for arrs"
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
TimeoutStartSec=90
|
|
|
|
[Install]
|
|
WantedBy=default.target
|