From d36e1b47aa4c8c6d29ef61762a545eac24005b81 Mon Sep 17 00:00:00 2001 From: creylopez Date: Thu, 13 Feb 2025 15:36:20 +0000 Subject: [PATCH] Cambio nombre del host a postgresql --- src/config/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/entrypoint.sh b/src/config/entrypoint.sh index 2e5ae5c..8f3d562 100644 --- a/src/config/entrypoint.sh +++ b/src/config/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/bash RUN_PORT="8000" DATABASE=postgres -SQL_HOST=db +SQL_HOST=postgresql SQL_PORT=5432 export PATH=/opt/venv/bin:$PATH