mirror of
https://github.com/YunoHost-Apps/metabase_ynh.git
synced 2024-09-03 19:46:00 +02:00
fix
This commit is contained in:
parent
9e7194ccbd
commit
853e73c88b
3 changed files with 3 additions and 2 deletions
1
doc/DESCRIPTION.md
Normal file
1
doc/DESCRIPTION.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Metabase is the easy, open-source way for everyone in your company to ask questions and learn from data.
|
|
@ -53,7 +53,7 @@ ram.runtime = "50M"
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "postgresql"
|
packages = "postgresql openjdk-11-jre-headless apt-transport-https"
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "postgresql openjdk-11-jre-headless apt-transport-https"
|
type = "postgresql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue