diff --git a/public/svgs/actualbudget.png b/public/svgs/actualbudget.png new file mode 100644 index 000000000..90aa2c0d2 Binary files /dev/null and b/public/svgs/actualbudget.png differ diff --git a/templates/compose/actualbudget.yaml b/templates/compose/actualbudget.yaml new file mode 100644 index 000000000..de0e5fba0 --- /dev/null +++ b/templates/compose/actualbudget.yaml @@ -0,0 +1,20 @@ +# 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: "docker.io/actualbudget/actual-server:latest" + restart: unless-stopped + environment: + - SERVICE_FQDN_ACTUAL_5006 + - ACTUAL_LOGIN_METHOD=password + volumes: + - "actual-data:/data" + healthcheck: + test: ["CMD", "echo", "ok"] + interval: 5s + timeout: 20s + retries: 10 \ No newline at end of file