fix dokku support
This commit is contained in:
parent
36c415b160
commit
f34dd86b6c
|
@ -0,0 +1 @@
|
|||
export BUILDPACK_URL='http://github.com/leafo/heroku-buildpack-lua.git'
|
|
@ -1,3 +1,4 @@
|
|||
dependencies = {
|
||||
"lapis"
|
||||
"lapis",
|
||||
"https://raw.github.com/leafo/heroku-openresty/master/heroku-openresty-dev-1.rockspec",
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ config "development", ->
|
|||
password "lapis"
|
||||
database "panel"
|
||||
|
||||
config "production", ->
|
||||
config "dokku", ->
|
||||
port os.getenv "PORT"
|
||||
|
||||
postgres ->
|
||||
|
|
Loading…
Reference in New Issue