diff --git a/jobs/socs/mps-thecollegeview.hcl b/jobs/socs/mps-thecollegeview.hcl index 23eab7e..3dfc84f 100644 --- a/jobs/socs/mps-thecollegeview.hcl +++ b/jobs/socs/mps-thecollegeview.hcl @@ -20,6 +20,9 @@ job "mps-thecollegeview" { port "db" { to = 3306 } + port "redis" { + to = 6379 + } } service { @@ -44,6 +47,7 @@ job "mps-thecollegeview" { task "tcv-nginx" { driver = "docker" + config { image = "nginx:alpine" ports = ["http"] @@ -51,11 +55,14 @@ job "mps-thecollegeview" { "local/nginx.conf:/etc/nginx/nginx.conf", "/storage/nomad/mps-thecollegeview:/var/www/html/", ] + group_add = [82] # www-data in alpine } + resources { cpu = 200 memory = 100 } + template { data = <