From e4805299338505d64b50b8428a1a96f92a6cd541 Mon Sep 17 00:00:00 2001 From: Breno Gonzaga Date: Wed, 31 Jul 2024 07:50:51 -0400 Subject: [PATCH] fix: docker compose db not working --- docker-compose.db.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-compose.db.yml b/docker-compose.db.yml index 3de9599..176ddf9 100644 --- a/docker-compose.db.yml +++ b/docker-compose.db.yml @@ -5,10 +5,10 @@ services: POSTGRES_USER: myuser POSTGRES_PASSWORD: mypassword POSTGRES_DB: mydb - ports: - - "5445:5432" - healthcheck: - test: ["CMD-SHELL", "pg_isready"] - interval: 10s - timeout: 5s - retries: 5 + ports: + - "5445:5432" + healthcheck: + test: ["CMD-SHELL", "pg_isready"] + interval: 10s + timeout: 5s + retries: 5