mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 03:45:16 +05:30
first commit
This commit is contained in:
23
starrs/sonarr.container
Normal file
23
starrs/sonarr.container
Normal file
@@ -0,0 +1,23 @@
|
||||
[Unit]
|
||||
Description=Sonarr Container
|
||||
|
||||
[Container]
|
||||
Pod=starrs.pod
|
||||
ContainerName=sonarr
|
||||
Image=lscr.io/linuxserver/sonarr:latest
|
||||
|
||||
# Enable auto-update container
|
||||
AutoUpdate=registry
|
||||
EnvironmentFile=./.env
|
||||
|
||||
Volume=%h/podman/starrs/sonarr:/config
|
||||
Volume=${DATA}:/data
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=%h/.config/containers/systemd/starrs/.env
|
||||
Restart=always
|
||||
TimeoutStartSec=300
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
Reference in New Issue
Block a user