Use secrets path from sops module
This commit is contained in:
parent
e78615dcaf
commit
eed610cb1f
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ in
|
|||
ports = [ "8100:80" ];
|
||||
volumes = [ "drone_data:/data" ];
|
||||
environmentFiles = [
|
||||
/var/run/secrets/drone
|
||||
config.sops.secrets.drone.path
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -35,7 +35,7 @@ in
|
|||
"/var/run/docker.sock:/var/run/docker.sock"
|
||||
];
|
||||
environmentFiles = [
|
||||
/var/run/secrets/drone-runner
|
||||
config.sops.secrets.drone-runner.path
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue