Nomad host volume for storing code to run.

This commit is contained in:
2023-09-03 05:26:30 +01:00
parent 7d7c8ce1c3
commit 19267463bd

View File

@@ -22,6 +22,10 @@ in
interface = "tailscale0";
cidr = "100.64.0.0/10";
};
host_volume.code = {
path = "/data/compute/code";
read_only = true;
};
};
server = {