Initial commit for iiEasy: all files included

This commit is contained in:
2026-02-03 23:16:16 +05:00
commit 3b3d29e21c
158 changed files with 32962 additions and 0 deletions

View 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
}