life-deployments/life-ai.manifest.yaml

26 lines
703 B
YAML

name: life-ai
description: Life Platform AI Service - Ambient companion and nudge generation
type: daemon-service
version: 1.0.0
platforms:
black:
os: linux
host: 10.0.0.11
environment: production
service:
type: systemd-user
name: life-ai
systemdUnit: life-ai.service
port: 3710
install:
path: ~/Code/@projects/@life/life-platform
script: ./scripts/prod.sh release --target black
setup:
path: ~/Code/@projects/@life/life-platform
script: ./scripts/prod.sh setup --target black
status:
command: "systemctl --user is-active life-ai"
type: systemd
logs:
systemd: "journalctl --user-unit=life-ai -n 50 -f"