mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
fix: environmentFile to environmentFiles
This commit is contained in:
parent
8b53adad50
commit
734c1f582d
1 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ in {
|
|||
TA_USERNAME = "admin";
|
||||
TZ = "America/New_York";
|
||||
};
|
||||
environmentFile = config.sops.templates.tubearchivist.path;
|
||||
environmentFiles = [config.sops.templates.tubearchivist.path];
|
||||
dependsOn = [
|
||||
"archivist-redis"
|
||||
"archivist-es"
|
||||
|
|
@ -84,7 +84,7 @@ in {
|
|||
"discovery.type" = "single-node";
|
||||
"path.repo" = "/usr/share/elasticsearch/data/snapshot";
|
||||
};
|
||||
environmentFile = config.sops.templates.archivist-es.path;
|
||||
environmentFiles = [config.sops.templates.archivist-es.path];
|
||||
volumes = [
|
||||
"${volumePath}/tubearchivist/es:/usr/share/elasticsearch/data"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue