Initial commit for iiEasy: all files included
This commit is contained in:
12
nomad/client-host-volumes.hcl.example
Normal file
12
nomad/client-host-volumes.hcl.example
Normal file
@@ -0,0 +1,12 @@
|
||||
# Add this to your Nomad client config (e.g. /etc/nomad.d/nomad.hcl)
|
||||
# or create a separate file in /etc/nomad.d/conf.d/
|
||||
|
||||
host_volume "iieasy-postgres-data" {
|
||||
path = "/opt/nomad/iieasy/postgres-data"
|
||||
read_only = false
|
||||
}
|
||||
|
||||
host_volume "iieasy-strapi-uploads" {
|
||||
path = "/opt/nomad/iieasy/uploads"
|
||||
read_only = false
|
||||
}
|
||||
Reference in New Issue
Block a user