From a4b210283164b67208792115a9077f7836b761cb Mon Sep 17 00:00:00 2001 From: Ivan Bulyk Date: Mon, 19 Feb 2024 18:22:47 +0100 Subject: [PATCH] changed database version --- spec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.yaml b/spec.yaml index 46b4853..5ee87ac 100644 --- a/spec.yaml +++ b/spec.yaml @@ -1,7 +1,7 @@ name: rustymailer # See https://www.digitalocean.com/docs/app-platform/#regional-availability for the available options # You can get region slugs from https://www.digitalocean.com/docs/platform/availability-matrix/ -# `fra` stands for Frankfurt (Germany - EU) +# `ams3` stands for Amsterdam (Netherlands - EU) region: ams3 services: - name: rustymailer @@ -54,4 +54,4 @@ databases: num_nodes: 1 size: db-s-dev-database # Postgres version - using the latest here - version: "14" \ No newline at end of file + version: "12" \ No newline at end of file