diff --git a/manifest.toml b/manifest.toml index c3731fc..52a53b9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -87,6 +87,7 @@ ram.runtime = "50M" [resources.ports] # This will pick a random port for reverse-proxying and store it as the $port setting + [resources.apt] # This will automatically install/uninstall the following apt packages # and implicitly define the $phpversion setting as 8.0 (if phpX.Y-foobar dependencies are listed) @@ -95,7 +96,11 @@ ram.runtime = "50M" extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main" extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg" extras.yarn.packages = "yarn" + [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.system_user] + allow_email = true