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 = {
|
dependencies = {
|
||||||
"lapis"
|
"lapis",
|
||||||
|
"https://raw.github.com/leafo/heroku-openresty/master/heroku-openresty-dev-1.rockspec",
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@ config "development", ->
|
||||||
password "lapis"
|
password "lapis"
|
||||||
database "panel"
|
database "panel"
|
||||||
|
|
||||||
config "production", ->
|
config "dokku", ->
|
||||||
port os.getenv "PORT"
|
port os.getenv "PORT"
|
||||||
|
|
||||||
postgres ->
|
postgres ->
|
||||||
|
|
Loading…
Reference in New Issue