Files
homelab/active/device_framework_desktop/quadlets/open-webui.container
ducoterra ed65f8924d
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m13s
add initial framework desktop config
2026-01-13 13:53:52 -05:00

16 lines
344 B
Plaintext

[Unit]
Description=An Open Webui Frontend for Local AI Services
[Container]
Pod=ai.pod
Image=ghcr.io/open-webui/open-webui:main
Volume=open-webui-data:/app/backend/data
[Service]
Restart=always
# Extend Timeout to allow time to pull the image
TimeoutStartSec=900
[Install]
# Start by default on boot
WantedBy=multi-user.target default.target