From ce475ce8979a7d33ba82eec9ece841691869dbd8 Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Fri, 26 Jan 2024 11:46:54 +0530 Subject: [PATCH] updated dockerfile to exclude pg --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 7f98f7b..adfff2e 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -30,8 +30,8 @@ services: env_file: - .env restart: "on-failure" - depends_on: - - postgres-db + # depends_on: + # - postgres-db networks: - rog-api #entrypoint: ["/app/wait-for.sh", "postgres-db:5432", "--", ""]