mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2026-04-17 18:39:46 +05:30
Feat: Music Self-hosting and Automation
This commit is contained in:
23
starrs/navidrome.container
Normal file
23
starrs/navidrome.container
Normal file
@@ -0,0 +1,23 @@
|
||||
[Unit]
|
||||
Description=Navidrome Container
|
||||
|
||||
[Container]
|
||||
Pod=starrs.pod
|
||||
ContainerName=navidrome
|
||||
Image=ghcr.io/navidrome/navidrome:latest
|
||||
|
||||
# Enable auto-update container
|
||||
AutoUpdate=registry
|
||||
EnvironmentFile=./.env
|
||||
|
||||
Volume=%h/podman/starrs/navidrome:/data
|
||||
Volume=${DATA}/media/music:/music:ro
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=%h/.config/containers/systemd/starrs/.env
|
||||
Restart=always
|
||||
TimeoutStartSec=300
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
Reference in New Issue
Block a user