mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2026-06-17 07:22:08 +05:30
24 lines
422 B
INI
24 lines
422 B
INI
[Unit]
|
|
Description=Navidrome Container
|
|
|
|
[Container]
|
|
Pod=music.pod
|
|
ContainerName=navidrome
|
|
Image=ghcr.io/navidrome/navidrome:latest
|
|
|
|
# Enable auto-update container
|
|
AutoUpdate=registry
|
|
EnvironmentFile=./.env
|
|
|
|
Volume=%h/podman/music/navidrome:/data
|
|
Volume=${DATA}/media/music:/music:ro
|
|
|
|
[Service]
|
|
EnvironmentFile=%h/.config/containers/systemd/music/.env
|
|
Restart=always
|
|
TimeoutStartSec=300
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|