From 188e5a6df15d21db1417a958a95d6210ad2de0b9 Mon Sep 17 00:00:00 2001 From: creylopez Date: Wed, 12 Feb 2025 12:01:45 +0000 Subject: [PATCH] Pongo el host de postgres a db --- 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 9bee90b..2e5ae5c 100644 --- a/src/config/entrypoint.sh +++ b/src/config/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/bash RUN_PORT="8000" DATABASE=postgres -SQL_HOST=cluster-pg-rw.cloudnativepg +SQL_HOST=db SQL_PORT=5432 export PATH=/opt/venv/bin:$PATH