26 خطوط
468 B
INI
26 خطوط
468 B
INI
[Unit]
|
|
Name=vibevoice
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Container]
|
|
ContainerName=vibevoice
|
|
Image=localhost/vibevoice:vulkan-amd64
|
|
#AutoUpdate=registry
|
|
|
|
Network=internal.network
|
|
#NetworkAlias=vibevoice
|
|
|
|
PublishPort=8080:8080
|
|
|
|
# Models directory
|
|
Volume=/srv/containers/vibevoice/models:/app/models
|
|
Volume=/srv/containers/vibevoice/audio:/app/audio
|
|
|
|
[Service]
|
|
TimeoutStartSec=5m
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target
|