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:
6
mood/.env.example
Normal file
6
mood/.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
# mood service config — optional tuning only, no credentials needed.
|
||||
# (Source is a directly-readable local SQLite file, not an HTTP API.)
|
||||
# Copy to .env if you want to override the defaults baked into docker-compose.yml.
|
||||
|
||||
MOOD_SYNC_INTERVAL_SECONDS=3600
|
||||
MOOD_OVERLAP_ROWS=3
|
||||
Reference in New Issue
Block a user