github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/examples/redis/Appfile (about)

     1  application {
     2      name = "redis"
     3      type = "docker-external"
     4  }
     5  
     6  customization {
     7      image = "redis:3"
     8      run_args = "-p 6379:6379"
     9  }