Nomad host volume for storing code to run.
This commit is contained in:
@@ -22,6 +22,10 @@ in
|
|||||||
interface = "tailscale0";
|
interface = "tailscale0";
|
||||||
cidr = "100.64.0.0/10";
|
cidr = "100.64.0.0/10";
|
||||||
};
|
};
|
||||||
|
host_volume.code = {
|
||||||
|
path = "/data/compute/code";
|
||||||
|
read_only = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
server = {
|
server = {
|
||||||
|
|||||||
Reference in New Issue
Block a user