fix: firefly importer env

This commit is contained in:
Benjamin Bädorf 2023-10-11 14:32:09 +02:00
parent 6303e4f13b
commit 0ea7f9fb50
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C
2 changed files with 4 additions and 0 deletions

View file

@ -74,6 +74,7 @@ in {
];
extraOptions = [ "--network=firefly" ];
environmentFiles = [
./.env.firefly-importer
config.age.secrets."firefly-db-secrets.env".path
];
};
@ -83,6 +84,9 @@ in {
autoStart = true;
extraOptions = [ "--network=firefly" ];
ports = [ "8081:8080" ];
environment = {
FIREFLY_III_URL = "http://firefly.b12f.io/";
};
environmentFiles = [
config.age.secrets."firefly-importer-secrets.env".path
];

Binary file not shown.