mirror of
https://github.com/nmasur/dotfiles
synced 2025-01-30 17:32:03 +00:00
pin actual-budget to specific version
This commit is contained in:
parent
54a897abb6
commit
ca6c275cd8
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user