update actualbudget

This commit is contained in:
TheWanderingCrow 2025-10-17 12:01:16 -04:00
parent 96c7687efd
commit 8224dc17c1

View file

@ -38,7 +38,7 @@ in {
backend = "podman";
containers = {
"actualbudget" = {
image = "actualbudget/actual-server:latest";
image = "actualbudget/actual-server:25.10.0";
volumes = ["${volumePath}/actualbudget:/data"];
extraOptions = ["--ip=10.88.0.12"];
environment = {
@ -46,7 +46,7 @@ in {
};
};
"actualbudget-api" = {
image = "jhonderson/actual-http-api:latest";
image = "jhonderson/actual-http-api:25.10.0";
volumes = ["${volumePath}/actualbudget-api:/data"];
extraOptions = ["--ip=10.88.0.13"];
environment = {