mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
update actualbudget
This commit is contained in:
parent
96c7687efd
commit
8224dc17c1
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue