Actual Budget Auto Bank Sync Config

tspoon avatar
tspoon
plain_text
08/05/2026 11:09 PM
584 B
5
No Index
services:
  actual-auto-sync:
    image: seriouslag/actual-auto-sync:latest
    restart: unless-stopped
    environment:
      - ACTUAL_SERVER_URL=
      - ACTUAL_SERVER_PASSWORD=
      - CRON_SCHEDULE=0 */2 * * *
      - LOG_LEVEL=info
      - ACTUAL_BUDGET_SYNC_IDS=
      - TIMEZONE=America/New_York
      - NODE_TLS_REJECT_UNAUTHORIZED=0
      # --- Optional ---
      # RUN_ON_START=true
      # ENCRYPTION_PASSWORDS=
Editor is loading...