mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2026-06-17 07:22:08 +05:30
24 lines
402 B
INI
24 lines
402 B
INI
[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
|
|
|