mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2026-06-17 07:22:08 +05:30
Feat: Moved all music related to Music folder, added soulbeet
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
[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
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
[Unit]
|
||||
Description=Soulseek Container
|
||||
|
||||
[Container]
|
||||
Pod=starrs.pod
|
||||
ContainerName=slskd
|
||||
Image=ghcr.io/slskd/slskd:latest
|
||||
|
||||
# Enable auto-update container
|
||||
AutoUpdate=registry
|
||||
EnvironmentFile=./.env
|
||||
|
||||
Volume=%h/podman/starrs/slskd:/app
|
||||
Volume=${DATA}/downloads/soulseek:/downloads
|
||||
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