mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 03:45:16 +05:30
24 lines
409 B
Plaintext
24 lines
409 B
Plaintext
[Unit]
|
|
Description=Prowlarr Container
|
|
|
|
[Container]
|
|
Pod=starrs.pod
|
|
ContainerName=prowlarr
|
|
Image=lscr.io/linuxserver/prowlarr:latest
|
|
|
|
# Enable auto-update container
|
|
AutoUpdate=registry
|
|
EnvironmentFile=./.env
|
|
|
|
Volume=%h/podman/starrs/prowlarr:/config
|
|
Volume=${DATA}:/data
|
|
|
|
[Service]
|
|
EnvironmentFile=%h/.config/containers/systemd/starrs/.env
|
|
Restart=always
|
|
TimeoutStartSec=300
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|