Update rockspec
This commit is contained in:
parent
3e36badf12
commit
e5271a0f43
|
@ -1,5 +1,8 @@
|
||||||
|
name = "panel"
|
||||||
|
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"moonscript",
|
"moonscript",
|
||||||
"lapis",
|
"lapis",
|
||||||
"https://raw.github.com/leafo/heroku-openresty/master/heroku-openresty-dev-1.rockspec",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- vim: ft=lua
|
||||||
|
|
|
@ -20,3 +20,10 @@ config "dokku", ->
|
||||||
user os.getenv "DB_USER"
|
user os.getenv "DB_USER"
|
||||||
password os.getenv "DB_PASS"
|
password os.getenv "DB_PASS"
|
||||||
database os.getenv "DB_NAME"
|
database os.getenv "DB_NAME"
|
||||||
|
|
||||||
|
config "docker", ->
|
||||||
|
port os.getenv "PORT"
|
||||||
|
|
||||||
|
postgres ->
|
||||||
|
backend "pgmoon"
|
||||||
|
postgresql_url os.getenv "DATABASE_URL"
|
||||||
|
|
Loading…
Reference in New Issue