# documentation: https://actualbudget.org/docs/install/docker # slogan: A local-first personal finance app. # tags: budgeting,actual,finance,budget,money,expenses,income # logo: svgs/actualbudget.png # port: 5006 services: actual_server: image: actualbudget/actual-server:latest environment: - SERVICE_FQDN_ACTUAL_5006 - ACTUAL_LOGIN_METHOD=password volumes: - actual_data:/data healthcheck: test: ["CMD-SHELL", "bash -c ':> /dev/tcp/127.0.0.1/5006' || exit 1"] interval: 5s timeout: 20s retries: 3