mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
install DB after the package
This commit is contained in:
parent
b3fefefbe7
commit
e776da7337
1 changed files with 3 additions and 3 deletions
|
@ -102,9 +102,6 @@ ram.runtime = "500M"
|
|||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
||||
[resources.database]
|
||||
# This will automatically provision/deprovison a MySQL DB and store the corresponding credentials in settings $db_user, $db_name, $db_pwd
|
||||
type = "postgresql"
|
||||
|
||||
[resources.apt]
|
||||
packages = "erlang-dev erlang-parsetools postgresql npm"
|
||||
|
@ -139,3 +136,6 @@ ram.runtime = "500M"
|
|||
extras.just.key = "https://proget.makedeb.org/debian-feeds/prebuilt-mpr.pub"
|
||||
extras.just.packages = ["just"]
|
||||
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
|
Loading…
Add table
Reference in a new issue