From d9e08021e893586ed5d14b972988923c77bba9c2 Mon Sep 17 00:00:00 2001 From: Fabian Becker Date: Tue, 28 Jan 2025 16:31:41 +0100 Subject: [PATCH] Set password --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 163e85d..e4b1a3f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,4 +30,5 @@ services: image: postgres:17.2-alpine environment: POSTGRES_USER: postgres + POSTGRES_PASSWORD: postgres POSTGRES_DB: tradex_test