From af9af8a586360df93bfee5003eb6bdf9f7e46688 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Thu, 16 Jan 2025 13:22:23 +0100 Subject: [PATCH] Ajusto nombre de host y port de postgres --- src/config/entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/entrypoint.sh b/src/config/entrypoint.sh index b4055f5..d71bbb7 100644 --- a/src/config/entrypoint.sh +++ b/src/config/entrypoint.sh @@ -1,6 +1,7 @@ #!/bin/bash RUN_PORT="8000" -SQL_HOST=5432 +SQL_HOST=postgresql +SQL_PORT=5432 if [ "$DATABASE" = "postgres" ] then