All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 1m13s
21 lines
486 B
Plaintext
21 lines
486 B
Plaintext
[Unit]
|
|
Description=An Anything LLM Frontend for Local AI Services
|
|
|
|
[Container]
|
|
Pod=ai.pod
|
|
Image=docker.io/mintplexlabs/anythingllm
|
|
Volume=anythingllm:/app/server/storage
|
|
Volume=/home/ai/anything-llm/.env:/app/server/.env:z
|
|
Environment=STORAGE_DIR=/app/server/storage
|
|
AddCapability=SYS_ADMIN
|
|
User=1000
|
|
Group=1000
|
|
|
|
[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 |