From a910bffcc99db28f78c02966781a1870b1e04d48 Mon Sep 17 00:00:00 2001 From: n0one Date: Mon, 15 Sep 2025 15:05:35 +0300 Subject: [PATCH] Update compose.yml --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index f25b63d..27f0e4b 100644 --- a/compose.yml +++ b/compose.yml @@ -8,8 +8,8 @@ services: DB_NAME: postgres POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres - HOST_NAME: "localhost" - PG_PORT: "8000" + HOST_NAME: postgres + PG_PORT: 5432 LOGGING_LEVEL: "INFO" ENABLE_API_DOCS: "True" UVI_LOGGING_LEVEL: "info" @@ -27,7 +27,7 @@ services: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres ports: - - "4001:5432" + - :5432 healthcheck: test: ["CMD", "pg_isready", "-U", "postgres"] interval: 5s