services: add mood, moodtracker, overleaf, personal-sensing; update ollama
Compose and supporting code for four services that had been running or prototyped without their config tracked here, per the repo convention that agap_git holds the compose + config while application source lives in each service's own Gitea repo. Only placeholder credentials are included: mood/.env.example and moodtracker/.env.example ship dummy values, and overleaf/variables.env carries app name and feature flags only. Real values stay in Vaultwarden. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -16,3 +16,14 @@ services:
|
||||
- OLLAMA_NUM_GPU=999
|
||||
runtime: nvidia
|
||||
mem_limit: 4g
|
||||
# kb#190: `ollama list` just queries the local server's model registry --
|
||||
# no model load/inference, cheap. This is a SEPARATE compose project from
|
||||
# openai/docker-compose.yml (reached from there via
|
||||
# host.docker.internal:11436), so it cannot be wired into that file's
|
||||
# depends_on/condition chain -- this only gives it its own status.
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "ollama list || exit 1"]
|
||||
interval: 15s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
start_period: 20s
|
||||
|
||||
Reference in New Issue
Block a user