21 lines
462 B
Plaintext
21 lines
462 B
Plaintext
[Unit]
|
|
Description=An Open Webui Frontend for Local AI Services
|
|
|
|
[Container]
|
|
# Shared AI pod
|
|
Pod=ai.pod
|
|
|
|
# Open Webui base image
|
|
Image=ghcr.io/open-webui/open-webui:main
|
|
|
|
# Nothing too complicated here. Open Webui will basically configure itself.
|
|
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 |