github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/examples/postgresql/Appfile (about) 1 application { 2 name = "postgresql" 3 type = "docker-external" 4 } 5 6 customization { 7 image = "postgres:9.5" 8 run_args = "-p 5432:5432" 9 }