mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
24 lines
596 B
Text
24 lines
596 B
Text
|
|
[Unit]
|
||
|
|
Description=Paperclip AI Agent Orchestrator
|
||
|
|
Requires=paperclip-db.service
|
||
|
|
After=paperclip-db.service
|
||
|
|
|
||
|
|
[Container]
|
||
|
|
Image=paperclip-local
|
||
|
|
ContainerName=paperclip
|
||
|
|
Pod=paperclip.pod
|
||
|
|
Volume=%h/.local/share/paperclip:/paperclip:Z
|
||
|
|
Environment=HOST=0.0.0.0
|
||
|
|
Environment=PAPERCLIP_HOME=/paperclip
|
||
|
|
Environment=PAPERCLIP_DEPLOYMENT_MODE=authenticated
|
||
|
|
Environment=PAPERCLIP_DEPLOYMENT_EXPOSURE=private
|
||
|
|
Environment=PAPERCLIP_PUBLIC_URL=http://localhost:3100
|
||
|
|
EnvironmentFile=%h/.config/containers/systemd/paperclip.env
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Restart=on-failure
|
||
|
|
TimeoutStartSec=120
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=default.target
|