mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2026-06-17 15:28:28 +05:30
Feat: Moved all music related to Music folder, added soulbeet
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[Unit]
|
||||
Description=Soulbeet Container
|
||||
|
||||
[Container]
|
||||
Pod=music.pod
|
||||
ContainerName=soulbeet
|
||||
Image=docker.io/docccccc/soulbeet:latest
|
||||
|
||||
# Enable auto-update container
|
||||
AutoUpdate=registry
|
||||
EnvironmentFile=./.env
|
||||
|
||||
Volume=%h/podman/music/soulbeet:/data
|
||||
Volume=${DATA}:/mnt
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=%h/.config/containers/systemd/music/.env
|
||||
Restart=always
|
||||
TimeoutStartSec=300
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
Reference in New Issue
Block a user