diff --git a/.cloud66/manifest.yml b/.cloud66/manifest.yml index 1d02cac..f439630 100644 --- a/.cloud66/manifest.yml +++ b/.cloud66/manifest.yml @@ -2,3 +2,12 @@ rails: configuration: ruby_version: "2.7.2" node_version: "10" +postgresql: + groups: + default: + configuration: + version: "12.9" + secondy: + configuration: + version: "12.9" + operating_system: ubuntu2204