nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests

digital-ocean-app.yaml (434B)


      1 alerts:
      2 - rule: DEPLOYMENT_FAILED
      3 - rule: DOMAIN_FAILED
      4 features:
      5 - buildpack-stack=ubuntu-22
      6 ingress:
      7   rules:
      8   - component:
      9       name: myheats
     10     match:
     11       path:
     12         prefix: /
     13 name: myheats-app
     14 region: fra
     15 services:
     16 - http_port: 80
     17   image:
     18     deploy_on_push:
     19       enabled: true
     20     registry_type: DOCR
     21     repository: myheats
     22     tag: latest
     23   instance_count: 1
     24   instance_size_slug: apps-s-1vcpu-0.5gb
     25   name: myheats