From f9ff15f67192564898010be496aa8d0587b41eff Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Tue, 28 Oct 2025 11:30:02 +0200 Subject: [PATCH] Fix postgress -> postgres (#2781) Signed-off-by: Avgustin Marinov --- .../postgres/docker-compose-micro-services-dbinit-postgres.yml | 2 +- docker/postgres/docker-compose-monolith-dbinit-postgres.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/postgres/docker-compose-micro-services-dbinit-postgres.yml b/docker/postgres/docker-compose-micro-services-dbinit-postgres.yml index a46b30ab0..81062d2e1 100644 --- a/docker/postgres/docker-compose-micro-services-dbinit-postgres.yml +++ b/docker/postgres/docker-compose-micro-services-dbinit-postgres.yml @@ -33,7 +33,7 @@ services: retries: 5 timeout: 60s depends_on: - postgress: + postgres: condition: service_healthy labels: NAME: "hawkbit-db-init" diff --git a/docker/postgres/docker-compose-monolith-dbinit-postgres.yml b/docker/postgres/docker-compose-monolith-dbinit-postgres.yml index 02415b4e4..bf480937e 100644 --- a/docker/postgres/docker-compose-monolith-dbinit-postgres.yml +++ b/docker/postgres/docker-compose-monolith-dbinit-postgres.yml @@ -33,7 +33,7 @@ services: retries: 5 timeout: 60s depends_on: - postgress: + postgres: condition: service_healthy labels: NAME: "hawkbit-db-init"