From 175b054efa40bd80cea19e4a68d8f829a3102ebd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 2 Dec 2022 20:58:59 +0100 Subject: Adjust postgres database access Following server example from https://github.com/nextcloud/server/pull/34645 Signed-off-by: Joas Schilling --- .drone.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index b92fd82ee..62ec6ad62 100644 --- a/.drone.yml +++ b/.drone.yml @@ -879,9 +879,9 @@ services: - image: ghcr.io/nextcloud/continuous-integration-redis:latest name: cache - environment: - POSTGRES_DB: oc_autotest_dummy + POSTGRES_DB: oc_autotest POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: "" + POSTGRES_PASSWORD: owncloud POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql @@ -924,9 +924,9 @@ services: - image: ghcr.io/nextcloud/continuous-integration-redis:latest name: cache - environment: - POSTGRES_DB: oc_autotest_dummy + POSTGRES_DB: oc_autotest POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: "" + POSTGRES_PASSWORD: owncloud POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql @@ -969,9 +969,9 @@ services: - image: ghcr.io/nextcloud/continuous-integration-redis:latest name: cache - environment: - POSTGRES_DB: oc_autotest_dummy + POSTGRES_DB: oc_autotest POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: "" + POSTGRES_PASSWORD: owncloud POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql @@ -1014,9 +1014,9 @@ services: - image: ghcr.io/nextcloud/continuous-integration-redis:latest name: cache - environment: - POSTGRES_DB: oc_autotest_dummy + POSTGRES_DB: oc_autotest POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: "" + POSTGRES_PASSWORD: owncloud POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql @@ -1059,9 +1059,9 @@ services: - image: ghcr.io/nextcloud/continuous-integration-redis:latest name: cache - environment: - POSTGRES_DB: oc_autotest_dummy + POSTGRES_DB: oc_autotest POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: "" + POSTGRES_PASSWORD: owncloud POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql @@ -1105,9 +1105,9 @@ services: - image: ghcr.io/nextcloud/continuous-integration-redis:latest name: cache - environment: - POSTGRES_DB: oc_autotest_dummy + POSTGRES_DB: oc_autotest POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: "" + POSTGRES_PASSWORD: owncloud POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql @@ -1151,9 +1151,9 @@ services: - image: ghcr.io/nextcloud/continuous-integration-redis:latest name: cache - environment: - POSTGRES_DB: oc_autotest_dummy + POSTGRES_DB: oc_autotest POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: "" + POSTGRES_PASSWORD: owncloud POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql @@ -1196,9 +1196,9 @@ services: - image: ghcr.io/nextcloud/continuous-integration-redis:latest name: cache - environment: - POSTGRES_DB: oc_autotest_dummy + POSTGRES_DB: oc_autotest POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: "" + POSTGRES_PASSWORD: owncloud POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql @@ -1241,9 +1241,9 @@ services: - image: ghcr.io/nextcloud/continuous-integration-redis:latest name: cache - environment: - POSTGRES_DB: oc_autotest_dummy + POSTGRES_DB: oc_autotest POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: "" + POSTGRES_PASSWORD: owncloud POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql @@ -1286,9 +1286,9 @@ services: - image: ghcr.io/nextcloud/continuous-integration-redis:latest name: cache - environment: - POSTGRES_DB: oc_autotest_dummy + POSTGRES_DB: oc_autotest POSTGRES_HOST_AUTH_METHOD: trust - POSTGRES_PASSWORD: "" + POSTGRES_PASSWORD: owncloud POSTGRES_USER: oc_autotest image: ghcr.io/nextcloud/continuous-integration-postgres-13:postgres-13 name: pgsql -- cgit v1.2.3