feat(agent): containerize agent and wire into compose stack
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user