fix: foundry sops
This commit is contained in:
parent
3d19ae9d26
commit
c9db8b1b8a
3 changed files with 17 additions and 10 deletions
modules/services
|
@ -1,13 +1,13 @@
|
|||
{inputs, ...}: {
|
||||
{config, ...}: {
|
||||
virtualisation.oci-containers.containers.foundryvtt = {
|
||||
image = "felddy/foundryvtt:release";
|
||||
ports = ["30000:30000"];
|
||||
volumes = [
|
||||
"/home/notoh/docker/foundryvtt:/data"
|
||||
];
|
||||
environment = {
|
||||
FOUNDRY_USERNAME = inputs.sops.secrets.foundry-username;
|
||||
FOUNDRY_PASSWORD = inputs.sops.secrets.foundry-password;
|
||||
};
|
||||
environmentFiles = [
|
||||
/run/secrets/foundry-username
|
||||
/run/secrets/foundry-password
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue