pin actual-budget to specific version

This commit is contained in:
Noah Masur 2025-01-07 19:29:05 +00:00
parent 54a897abb6
commit ca6c275cd8
No known key found for this signature in database

View File

@ -39,10 +39,13 @@
labels = {
app = "actualbudget";
};
image = "ghcr.io/actualbudget/actual-server:latest";
image = "ghcr.io/actualbudget/actual-server:25.1.0";
hostname = null;
environmentFiles = [ ];
environment = { };
environment = {
DEBUG = "actual:config"; # Enable debug logging
ACTUAL_TRUSTED_PROXIES = builtins.concatStringsSep "," [ "127.0.0.1" ];
};
dependsOn = [ ];
autoStart = true;
};