From 18482c80950e72605f2abb947c8992db0e6697a7 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Wed, 12 Feb 2025 09:00:38 +0100 Subject: [PATCH] Nombre de host de postgres lo pongo en db --- src/reymota/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reymota/settings.py b/src/reymota/settings.py index 053346d..a3294ba 100644 --- a/src/reymota/settings.py +++ b/src/reymota/settings.py @@ -87,7 +87,7 @@ DATABASES = { "NAME": "reymota", "USER": "creylopez", "PASSWORD": "Dsa-0213", - "HOST": "postgresql", + "HOST": "db", "PORT": "5432", } }