feat(agent): containerize agent and wire into compose stack

This commit is contained in:
2026-08-23 17:24:06 -05:00
parent 01a9eef06c
commit 9adec1028c
6 changed files with 80 additions and 0 deletions
+9
View File
@@ -60,3 +60,12 @@ STATIC_CRON_TOKEN=REPLACE_WITH_RANDOM_HEX
# --- SimpleFIN Bridge (optional — simpler US bank automation, ~$1.50/mo) ---
# Connect accounts at https://bridge.simplefin.org, then paste the access URL below
# SIMPLEFIN_URL=
# --- Accounting Agent ---
# Firefly API base URL as seen from inside the compose network
FIREFLY_API_URL=http://app:8080
# Personal Access Token: Firefly UI -> Options -> Profile -> OAuth -> Personal Access Tokens
AGENT_FIREFLY_TOKEN=REPLACE_WITH_PERSONAL_ACCESS_TOKEN
# Name of the agent's own database inside the existing Postgres container
AGENT_DB_NAME=agentdb
HEARTBEAT_INTERVAL_MINUTES=60