Skip to content

chagwood/budibase-nomad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

budibase-nomad

Client Config

client {
    host_volume "minio-data" {
        path = "/opt/minio/data/"
        read_only = false
    }

    host_volume "redis-data" {
        path = "/opt/redis/data/"
        read_only = false
    }

    host_volume "couchdb-data" {
        path = "/opt/couchdb/data/"
        read_only = false
    }
}

plugin "docker" {
  config {
    volumes {
      enabled      = true
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages