fix: firefly importer env
This commit is contained in:
parent
6303e4f13b
commit
0ea7f9fb50
|
@ -74,6 +74,7 @@ in {
|
||||||
];
|
];
|
||||||
extraOptions = [ "--network=firefly" ];
|
extraOptions = [ "--network=firefly" ];
|
||||||
environmentFiles = [
|
environmentFiles = [
|
||||||
|
./.env.firefly-importer
|
||||||
config.age.secrets."firefly-db-secrets.env".path
|
config.age.secrets."firefly-db-secrets.env".path
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -83,6 +84,9 @@ in {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
extraOptions = [ "--network=firefly" ];
|
extraOptions = [ "--network=firefly" ];
|
||||||
ports = [ "8081:8080" ];
|
ports = [ "8081:8080" ];
|
||||||
|
environment = {
|
||||||
|
FIREFLY_III_URL = "http://firefly.b12f.io/";
|
||||||
|
};
|
||||||
environmentFiles = [
|
environmentFiles = [
|
||||||
config.age.secrets."firefly-importer-secrets.env".path
|
config.age.secrets."firefly-importer-secrets.env".path
|
||||||
];
|
];
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue