From 58408d0dbe89617b272431f5075cc8546ecc93b9 Mon Sep 17 00:00:00 2001 From: Francwa Date: Tue, 6 Jan 2026 04:39:42 +0100 Subject: [PATCH] fix: fixed vectordb loneliness --- docker-compose.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 3f36090..656be7b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -170,12 +170,14 @@ services: - ./data/vectordb:/var/lib/postgresql/data profiles: ["rag", "full"] healthcheck: - test: [ "CMD-SHELL", "pg_isready -U ${POSTGRES_USER:-alfred} -d ${POSTGRES_DB_NAME:-alfred}" ] + test: [ "CMD-SHELL", "pg_isready -U $${POSTGRES_USER} -d $${POSTGRES_DB_NAME}" ] interval: 5s timeout: 5s retries: 5 networks: - - alfred-net + alfred-net: + aliases: + - db # --- QBITTORENT (Optional) --- qbittorrent: