nomad

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

init-db.sh (57B)


      1 #!/bin/bash
      2 set -e
      3 
      4 cat /schema/*.sql | psql -U postgres