mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
add more dependencies
This commit is contained in:
parent
8efc7deaf8
commit
245e7040bb
1 changed files with 5 additions and 1 deletions
|
@ -102,8 +102,12 @@ 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 = "postgresql npm"
|
||||
packages = "erlang-dev erlang-parsetools postgresql npm"
|
||||
|
||||
##### (this part is optional and corresponds to the legacy ynh_install_extra_app_dependencies helper)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue