parent
1ce40f2c1a
commit
6ca0d7248b
329 changed files with 178 additions and 139 deletions
modules/docker/.template
10
modules/docker/.template/compose.nix
Normal file
10
modules/docker/.template/compose.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{config, ...}: let
|
||||
inherit (config.sops) secrets;
|
||||
inherit (config.khepri) rwDataDir;
|
||||
|
||||
rwPath = rwDataDir + "/projectName";
|
||||
in {
|
||||
khepri.compositions."projectName" = {
|
||||
services = {};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue