coreos-home-server/service/navidrome/quadlet/navidrome.container

21 lines
492 B
Plaintext
Raw Normal View History

2023-08-13 15:03:42 +00:00
[Unit]
Description=Navidrome music server
Wants=container-build@%N.service container-volume@%N.service
After=container-build@%N.service container-volume@%N.service
[Container]
AutoUpdate=local
2023-08-13 15:03:42 +00:00
ContainerName=%N
HealthCmd=timeout 5s curl --fail --silent --show-error -o /dev/null localhost:4533/ping
2023-08-13 15:03:42 +00:00
Image=localhost/%N:latest
Network=internal
PodmanArgs=--sdnotify=healthy
2023-08-13 15:03:42 +00:00
Volume=%N:/var/lib/%N:z
Volume=%N-music:/music:z,ro
[Service]
Restart=on-failure
[Install]
WantedBy=multi-user.target