mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 11:02:47 +00:00
22 lines
522 B
Django/Jinja
22 lines
522 B
Django/Jinja
# Managed by Ansible. Do not edit manually.
|
|
[Unit]
|
|
Description=Rootless Navidrome music server
|
|
|
|
[Container]
|
|
ContainerName=navidrome
|
|
Image={{ server_navidrome_image }}
|
|
Network=host
|
|
EnvironmentFile={{ server_navidrome_env_file }}
|
|
Volume={{ server_navidrome_data_dir }}:/data
|
|
Volume={{ server_rclone_music_mountpoint }}:/music:ro
|
|
SecurityLabelDisable=true
|
|
|
|
[Service]
|
|
ExecStartPre=/usr/bin/mountpoint -q {{ server_rclone_music_mountpoint }}
|
|
Restart=always
|
|
RestartSec=10s
|
|
TimeoutStartSec=900
|
|
|
|
[Install]
|
|
WantedBy=default.target
|