fix dokku support

This commit is contained in:
Sam Dodrill 2015-01-08 18:48:01 -08:00
parent 36c415b160
commit f34dd86b6c
4 changed files with 5 additions and 2 deletions

1
.env Normal file
View File

@ -0,0 +1 @@
export BUILDPACK_URL='http://github.com/leafo/heroku-buildpack-lua.git'

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: lapis server dokku

View File

@ -1,3 +1,4 @@
dependencies = {
"lapis"
"lapis",
"https://raw.github.com/leafo/heroku-openresty/master/heroku-openresty-dev-1.rockspec",
}

View File

@ -10,7 +10,7 @@ config "development", ->
password "lapis"
database "panel"
config "production", ->
config "dokku", ->
port os.getenv "PORT"
postgres ->